Time Off
Get the time off policies for your company
get/v1/time_off/policies
Query parameters
limitstring
a number less than or equal to 100
a number less than or equal to 100
afterIdstring
a string starting with "top_"
Example:top_1234
a string starting with "top_"
beforeIdstring
a string starting with "top_"
Example:top_1234
a string starting with "top_"
Response
Success
Example response
{
"data": [
{
"id": "top_1234",
"timeOffTypeId": "tot_1234",
"timeOffTypeName": "Vacation",
"name": "Company-Wide Vacation Policy",
"description": "Vacation policy for the whole company"
}
]
}