Workflow Step
Retrieve workflow step
Get a workflow step object.
get/api/v1/workflow_steps/{workflowStepID}
Path parameters
workflowStepIDinteger required
A unique integer value identifying this workflow step.
Response
OK
Example response
{
"id": 7540,
"name": "Team Lead approval step",
"url": "https://example.rossum.app/api/v1/workflow_steps/7540",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"workflow": "https://example.rossum.app/api/v1/workflows/7540",
"condition": {},
"type": "approval",
"mode": "all",
"ordering": 1
}