Get workflow status
Returns workflow status details by its name.
Path Parameters
- statusNamestringrequired
The name of the workflow status.
Responses
GET/workflow/statuses/{statusName}
{
"name": "…",
"color": null,
"type": "Draft",
"isTranslationStatus": true,
"description": null
}