Was this helpful?
/employments/{id}/positions
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 '/employments/{id}/positions' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "results": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "interval": {}, "externalCode": "text", "createdAt": "text", "externalId": "text", "lastModifiedAt": "text", "employmentID": "550e8400-e29b-41d4-a716-446655440000", "tagIDs": [ "550e8400-e29b-41d4-a716-446655440000" ] } ], "deltaToken": "text", "pageToken": "text" }