For the complete documentation index, see llms.txt. This page is also available as Markdown.

Positions

List all positions viewable for API user

get
Authorizations
AuthorizationstringRequired

This API uses Bearer token authentication.

Requests to this API should contain an Authorization header like this:

Authorization: Bearer [Token]
Query parameters
pageTokenstringOptional
limitinteger · int32Optional
sinceDeltaTokenstringOptional
fieldsstring[]Optional
Responses
200

Successful request

application/json
deltaTokenstringRequired
pageTokenstringRequired
get/positions
200

Successful request

get
Authorizations
AuthorizationstringRequired

This API uses Bearer token authentication.

Requests to this API should contain an Authorization header like this:

Authorization: Bearer [Token]
Path parameters
idstring · hexadecimal-integerRequiredExample: 550e8400-e29b-41d4-a716-446655440000Pattern: ^[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}$
Responses
200

Successful request

application/json
idstring · hexadecimal-integerRequiredExample: 550e8400-e29b-41d4-a716-446655440000Pattern: ^[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}$
intervalobject · objectRequired
externalCodestringOptional
createdAtstring · timestampRequired
externalIdstringOptional
lastModifiedAtstring · timestampRequired
employmentIDstring · hexadecimal-integerRequiredExample: 550e8400-e29b-41d4-a716-446655440000Pattern: ^[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}$
tagIDsstring · hexadecimal-integer[]RequiredExample: 550e8400-e29b-41d4-a716-446655440000
get/positions/{id}
200

Successful request

Was this helpful?