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 

NameTypeDescription
workflowItemIdstringRequiredId of the workflow item

JSON Parameters 

NameTypeDescription
transitionidstringRequiredId for the transition
overrideNotificationIdstringAn override notification of 9 sends workflow notifications upon transition. Currently, the only possible value is 9.

Responses 

StatusNameTypeDescription
400  400 Bad Request
 messagestringWorkflowItemId must be a number greater than zero.
 errorcodestringError code for the exception (10003)