Skip to main content
GET
/
v1
/
representation-types
Get representation types
curl --request GET \
  --url https://api.example.com/v1/representation-types
[
  {
    "id": "<string>",
    "isAggregated": true,
    "position": 123
  }
]

Query Parameters

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

Response

OK

id
string | null
isAggregated
boolean
position
integer<int32>