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