Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ]
List the time-off types defined for the team (e.g. Vacation, Sick Leave).
OK
876534
"Sick"
"#4babe5"
true
"some notes"