cURL
curl --request GET \ --url https://api.example.com/api/Workflow/Order
[ { "statusID": 123, "statusOrder": 123, "statusValue": "<string>", "jobStage": 123, "kanbanGroupingID": 123 } ]
OK
Was this page helpful?