Перейти до основного вмісту
GET
/
v1
/
representation-types
Отримати типи представлень
curl --request GET \
  --url https://api.example.com/v1/representation-types
[
  {
    "id": "<string>",
    "isAggregated": true,
    "position": 123
  }
]

Параметри запиту

sorting
string
offset
integer<int32>
limit
integer<int32>
fields
string

Відповідь

OK

id
string | null
isAggregated
boolean
position
integer<int32>