Get all workflow statuses
Returns a list of all workflow statuses.
Query Parameters
- isTranslationboolean
If specified, filters workflow statuses by whether they are translation statuses.
Responses
GET/workflow/statuses
[
{
"name": "…",
"color": null,
"type": "Draft",
"isTranslationStatus": true,
"description": null
}
]