Time Off
Get worker remaining time-off balances.
get/v1/time_off/balances
Query parameters
limitstring
a number less than or equal to 100
a number less than or equal to 100
afterIdstring
beforeIdstring
policyIdsstring[]
[ "top_1234" ]
workerIdsstring[]
[ "wrk_1234" ]
startDatestring
a string to be decoded into a Date
endDatestring
a string to be decoded into a Date
Response
Success
Example response
{
"data": [
{
"policyId": "top_1234"
}
]
}