Workflow
Retrieve workflow
Get a workflow object.
get/api/v1/workflows/{workflowID}
Response
OK
Example response
{
"id": 7540,
"name": "Approval workflow for US entity",
"url": "https://example.rossum.app/api/v1/workflows/7540",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"condition": {}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.