Перейти к основному содержанию
GET
/
v1
/
workshop
/
tasks
/
stages
cURL
curl --request GET \
  --url https://api.example.com/v1/workshop/tasks/stages/
[
  {
    "id": 123,
    "name": "<string>",
    "order": -1,
    "status": 0,
    "color": "<string>",
    "extra": "<unknown>",
    "tenant": 123,
    "pipeline": 123,
    "post_state": 123
  }
]

Ответ

200 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 255
order
integer
Требуемый диапазон: -2147483648 <= x <= 2147483647
status
enum<integer>
  • 0 - NEW
  • 1 - IN_PROGRESS
  • 2 - COMPLETED
  • 3 - ARCHIVE
Доступные опции:
0,
1,
2,
3
Требуемый диапазон: -32768 <= x <= 32767
color
string
Maximum string length: 7
extra
any
tenant
integer
pipeline
integer | null
post_state
integer | null