Skip to main content
GET
/
resource-planner
/
time-off-types
Get Time Off Types
curl --request GET \
  --url https://api.everhour.com/resource-planner/time-off-types \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 876534,
    "name": "Sick",
    "color": "#4babe5",
    "paid": true,
    "description": "some notes"
  }
]

Authorizations

X-Api-Key
string
header
required

Response

OK

id
number
Example:

876534

name
string
Example:

"Sick"

color
string
Example:

"#4babe5"

paid
boolean
Example:

true

description
string
Example:

"some notes"