v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-271727149.6 KB
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

hasMoreboolean required
countinteger required

an integer

Example response

{
  "data": [
    {
      "id": "top_1234",
      "timeOffTypeId": "tot_1234",
      "timeOffTypeName": "Vacation",
      "name": "Company-Wide Vacation Policy",
      "description": "Vacation policy for the whole company"
    }
  ]
}