v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Time Off

Get Time Off Types

List the time-off types defined for the team (e.g. Vacation, Sick Leave).

get/resource-planner/time-off-types

Response

OK

idnumber
namestring
colorstring
paidboolean
descriptionstring

Example response

[
  {
    "id": 876534,
    "name": "Sick",
    "color": "#4babe5",
    "paid": true,
    "description": "some notes"
  }
]