v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/timeoff/categories

Lists the time off categories configured for your account. Required scope: r_timeoff.

get/timeoff/categories

Response

200

Example response

{
  "categories": [
    {
      "id": "76e",
      "name": "Paid time off ",
      "type": "paid",
      "description": "For vacations, holidays and other paid time away from work."
    }
  ]
}