cURL
curl --request GET \ --url https://api.example.com/v1/representation-types
[ { "id": "<string>", "isAggregated": true, "position": 123 } ]
Gets a filtered, sorted, and paginated list of representation types with optional inclusions.
OK