Get workflow version step

GET {{url}}/workflows/:workflowId/versions/:workflowVersionId/steps/:WorkflowVersionStepId

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

RESPONSES

status: OK

{"name":"step name","appId":"00000000-0000-0000-0000-000000000000","appConfigurationId":"00000000-0000-0000-0000-000000000000","appEventId":"00000000-0000-0000-0000-000000000000","inputSchema":"{ }","inputUISchema":"{ }","appEventInput":"{}","stepType":"Trigger"}