Get workflow action step

GET {{url}}/workflows/:workflowId/actions/:Id

Gets the workflow step details for the provided workflowId and workflowStepId.

RESPONSES

status: OK

{"name":"step name","nextStepId":"00000000-0000-0000-0000-000000000000","stepType":"Action","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}}"},{"field":"people","type":"array","itemtypes":[{"field":"name","type":"string","reference":"{{GUID.people.name}}"},{"field":"email","type":"string","reference":"{{GUID.people.email}}"}],"reference":"{{GUID.people}}"},{}]}