Urlaubsanspruch & Zeitkonto
Überstundenkonto abrufen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidResponse-Body
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/overtime_accounts"{ "data": [ { "id": "string", "employee_id": "string", "year_month": "string", "balance": 0, "earned": 0, "compensated": 0, "paid_out": 0, "adjusted": "string", "created_at": "string", "updated_at": "string" } ]}Urlaubserinnerung auslösen POST
Manually trigger the duty-to-inform reminder for every visible employee who still has current-year vacation at risk of expiring. Reuses the shared {@see VacationReminderNotifier} so inbox, push and e-mail channels behave like the scheduled reminders
Überstundenkonto aktualisieren PUT
Manual balance correction