POST /hub/v1/workflowitems/{workflowItemid}/transitions
Transitions the workflow item associated to an approval item from one state to another. For example, a workflow item in Draft state moves to Submitted via the Submit transition.
Name | Type | | Description |
---|
workflowItemId | string | Required | Id of the workflow item |
Name | Type | | Description |
---|
transitionid | string | Required | Id for the transition |
overrideNotificationId | string | | An override notification of 9 sends workflow notifications upon transition. Currently, the only possible value is 9. |
Status | Name | Type | Description |
---|
400 | | | 400 Bad Request |
| message | string | WorkflowItemId must be a number greater than zero. |
| errorcode | string | Error code for the exception (10003) |