Was this helpful?
GET /groupingTypes HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful request
{ "results": [ { "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000", "code": "text" } ], "deltaToken": "text", "pageToken": "text" }
550e8400-e29b-41d4-a716-446655440000
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$
GET /groupingTypes/{id} HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000", "code": "text" }