Workflows
getWorkflowClosingReasons
Returns all closing reasons defined for the workflow.
get/v1/workflows/definitions/{definitionId}/closing-reasons
Path parameters
definitionIdstring required
ID of a workflow definition
Response
Returns the entire catalog of closing reasons for a specific workflow
Example response
{
"reasons": [
{
"id": "x739cew"
}
]
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.