Abwesenheiten
Abwesenheitsübersicht
Gantt chart data: leave requests + holidays per employee
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
year*integer
Response-Body
application/json
application/json
curl -X GET "https://example.com/absence_overview/0"{ "data": [ { "id": "string", "name": "string", "surname": "string", "avatar_url": "string", "deleted": true, "entries": [ { "id": "string", "type": "string", "status": "string", "start": "string", "end": "string", "days": "string", "reason": "string" } ] } ]}Vertretung festlegen PUT
The nominated substitute confirms or declines covering the absence. Only the substitute employee themselves may respond, and only while the substitution is still pending
Abwesenheits-Überschneidungen prüfen GET
Keyed by leave request id. An empty object is returned when the unit hides overlap counts (`perm_absence_overlap`) or has no requests.