Abwesenheiten
Abwesenheits-Überschneidungen prüfen
Keyed by leave request id. An empty object is returned when the unit hides overlap counts (`perm_absence_overlap`) or has no requests.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidyear*integer
Response-Body
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/absence_overlaps/0"{ "data": { "property1": { "company_count": 0, "team_count": 0 }, "property2": { "company_count": 0, "team_count": 0 } }}