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

Path Parameters

id
string
required

Query Parameters

fields
string

Response

OK

id
string | null
isAggregated
boolean
position
integer<int32>