POST /hub/v1/workflowitems/{workflowItemid}/transitions
Overview
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.
URL Parameters
Name
Type
Description
workflowItemId
string
Required
Id of the workflow item
JSON Parameters
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.
Responses
Status
Name
Type
Description
400
400 Bad Request
message
string
WorkflowItemId must be a number greater than zero.