Time off assignments are mappings between workers and time off policies. Useful for finding out which policies a worker is assigned to, or which workers are assigned to a given policy.
Query parameters
a number less than or equal to 100
a number less than or equal to 100
[ "top_1234" ]
[ "wrk_1234" ]
Response
Success
Example response
{
"data": [
{
"policyId": "top_1234",
"workerId": "wrk_1234"
}
]
}Changes
Changed in 7 of the 20 revisions of this API.7112
- ▲
the response's body type/format changed from
object/to/for status403response-body-type-changed
- ▲
removed the required property
_tagfrom the response with the403statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the403statusresponse-required-property-removed
- ▲
removed the required property
requiredPermissionsfrom the response with the403statusresponse-required-property-removed
- ○
added
MissingRequiredPermissionsApiNotEnabledto the response bodyanyOflist for the response status403response-body-any-of-added
- ▲
- ●
added the new
company:workplacesenum value to therequiredPermissions/items/scoperesponse property for the response status403response-property-enum-value-added
- ●
- ▲
the
requiredPermissions/items/response property's minItems was decreased from2to0for the response status403response-property-min-items-decreased
- ▲
the
requiredPermissions/items/response's property type/format changed fromarray/toobject/for status403response-property-type-changed
- ○
removed
subschema #1subschema #2from therequiredPermissions/items/response property 'prefixItems' list for the response status403response-property-prefix-items-removed
- ○
added the required property
requiredPermissions/items/levelto the response with the403statusresponse-required-property-added
- ○
added the required property
requiredPermissions/items/scopeto the response with the403statusresponse-required-property-added
- ▲
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
added the required property
countto the response with the200statusresponse-required-property-added
- ○
- ○
the
data/items/policyIdresponse's property pattern^top_was added for the status200response-property-pattern-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parameterafterIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterbeforeIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the required property
datato the response with the200statusresponse-required-property-added
- ○
added the required property
hasMoreto the response with the200statusresponse-required-property-added
- ▲