Get all workflow statuses

Get all workflow statuses

Returns a list of all workflow statuses.

Query Parameters
  • isTranslation
    boolean

    If specified, filters workflow statuses by whether they are translation statuses.

Responses
GET/workflow/statuses

[
  {
    "name": "…",
    "color": null,
    "type": "Draft",
    "isTranslationStatus": true,
    "description": null
  }
]