cURL
curl --request GET \ --url https://api.example.com/v1/representation-types/{id}
{ "id": "<string>", "isAggregated": true, "position": 123 }
Gets a specific representation type by ID.
OK