Skip to main content
GET
/
api
/
Workflow
/
Order
Get Workflow Oder.
curl --request GET \
  --url https://api.example.com/api/Workflow/Order
[
  {
    "statusID": 123,
    "statusOrder": 123,
    "statusValue": "<string>",
    "jobStage": 123,
    "kanbanGroupingID": 123
  }
]

Response

200 - application/json

OK

statusID
integer<int32>
statusOrder
integer<int32>
statusValue
string | null
jobStage
integer<int32>
kanbanGroupingID
integer<int32>