Time Off
Get the time off requests that workers in your company have made.
get/v1/time_off/requests
Query parameters
limitstring
a number less than or equal to 100
a number less than or equal to 100
afterIdstring
beforeIdstring
statusesstring[]
policyIdsstring[]
[ "top_1234" ]
workerIdsstring[]
[ "wrk_1234" ]
startsOnOrAfterstring
a string to be decoded into a Date
startsBeforestring
a string to be decoded into a Date
endsOnOrAfterstring
a string to be decoded into a Date
endsBeforestring
a string to be decoded into a Date
Response
Success
Example response
{
"data": [
{
"timeOffPolicyId": "top_1234",
"workerId": "wrk_1234",
"timeZone": "America/New_York"
}
]
}