Skip to main content

Routing

Route is helper object for defining routing from checklist question


AttributeTypeDescriptionNullable
routedUserIdIntegerIdentifier of the user to which the task is routedtrue
routedBusinessDirIdIntegerIdentifier of the business direction to which the task is routedtrue
checklistIdIntegerChecklist id from which the task was createdfalse
questionAnswerIdIntegerQuestion answer id from which the task was createdfalse
Example:
{
"routedUserId": null,
"routedBusinessDirId": 1001,
"checklistId": 100,
"questionAnswerId": 1000
}