Feiertagskalender
Feiertags-Feed abrufen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidQuery-Parameter
months?integer
Wertebereich
1 <= value <= 24Response-Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/holiday_feed"{ "data": [ { "date": "string", "name": "string", "half_day": true } ]}Feiertagskalender-Zuordnungen aktualisieren PUT
Replace all assignments for this employee.
Abwesenheitsanträge nach Jahr GET
Leave requests for a year, scoped to the employees the requester may see (own data for regular employees, unit + sub-units for managers, everything for admins). Absence records include health data, so cross-employee leakage must be prevented