Перейти к основному содержанию
GET
/
v1
/
crm
/
requests
/
sets
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/requests/sets/
[
  {
    "id": 123,
    "name": "<string>",
    "unique_id": "<string>",
    "image": "<string>",
    "category": 123,
    "static": true,
    "extra": "<unknown>",
    "published": true
  }
]

Ответ

200 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 255
unique_id
string | null
Maximum string length: 255
image
string<uri> | null
category
integer | null
static
boolean
extra
any
published
boolean