Time Off
Get a specific time off policy by id
get/v1/time_off/policies/{id}
Path parameters
idstring required
a string starting with "top_"
Example:top_1234
a string starting with "top_"
Response
Success
Example response
{
"id": "top_1234",
"timeOffTypeId": "tot_1234",
"timeOffTypeName": "Vacation",
"name": "Company-Wide Vacation Policy",
"description": "Vacation policy for the whole company"
}