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"
  }
]

Changes