Urlaubsanspruch & Zeitkonto
Urlaubsbuchungen
Chronological booking history (ascending) for one employee and year, straight from the append-only ledger. Visibility scoping is enforced by the route middleware (self-or-manager), identical to `index()`.
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/vacation_transactions/0"{ "data": [ { "id": "string", "bucket": "string", "type": "string", "days": 0, "note": "string", "source": "string", "created_by": "string", "leave_request_id": "string", "created_at": "string" } ]}Urlaubszuteilung vorschauen GET
Zurück
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