Was this helpful?
/qualificationTypes
curl -L \ --url '/qualificationTypes' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "results": [ { "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000" } ], "deltaToken": "text", "pageToken": "text" }
/qualificationTypes/{id}
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}$
curl -L \ --url '/qualificationTypes/{id}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000" }