Получить статус рабочего процесса
Возвращает информацию о статусе рабочего процесса по имени.
Path Parameters
- statusNamestringrequired
Имя статуса рабочего процесса.
Responses
GET/workflow/statuses/{statusName}
{
"name": "…",
"color": null,
"type": "Draft",
"isTranslationStatus": true,
"description": null
}