Get workflow action step
GET {{url}}/workflows/:workflowId/versions/:workflowVersionId/actions/:Id
Gets the workflow step details for the provided workflowId
and workflowStepId
.
RESPONSES
status: OK
{"name":"step name","app":{"id":"00000000-0000-0000-0000-000000000000","name":"Gmail"},"appConfiguration":{"id":"00000000-0000-0000-0000-000000000000","name":"My Gmail Connection"},"appEvent":{"id":"00000000-0000-0000-0000-000000000000","name":"Send Email"},"appEventInput":"{...}","uiSchema":"{ json schema }","schema":"{ json schema }","outputFields":[{"field":"emailAddress","type":"string","reference":"{{GUID.email}}"},{"field":"cc","type":"string","reference":"{{GUID.cc}}"}]}