Management API
Workflow Stage Change Object
This is an object representing a workflow stage change.
Properties
-
id
numberThe numeric ID of a workflow stage change
-
workflow_stage_id
numberWorkflow stage ID to which the story is changed to
-
created_at
stringCreation date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
user_id
numberID of the use that made the change
-
workflow_id
numberID of the workflow that the stage belongs to
-
due_date
string or nullDue date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
)
Example Object
{
"workflow_stage_change" :
{
"id": 2476842,
"workflow_stage_id": 528725,
"created_at": "2024-05-29T06:45:58.125Z",
"user_id": 124123,
"workflow_id": 18297,
"due_date": "2025-08-20T12:33:00.000Z"
}
}