Перейти к основному содержанию
GET
/
v1
/
crm
/
inventories
/
states
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/inventories/states/
[
  {
    "id": 123,
    "name": "<string>",
    "comment": "<string>",
    "disable": true,
    "workshop": true,
    "color": "<string>"
  }
]

Ответ

200 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 255
comment
string | null
Maximum string length: 512
disable
boolean
workshop
boolean
color
string
Maximum string length: 9