List the days in a window that cost less than a full vacation day.
Cantonal and federal public holidays in [from, to]; for a caller who follows the school calendar, the cantonal school-holiday ranges expanded to one entry per day; and any Betriebsferien day the caller’s manager approved them to work through. Every entry means the same thing: the day costs isHalfDay ? 0.5 : 0 vacation days, and any other working weekday costs 1. Combined with EmployeeOverviewDTO.workingWeekdays that rule reproduces the server-authoritative LeaveRequestDTO.totalDays exactly. Note that a plain Betriebsferien day is deliberately absent — it consumes a full vacation day (NLE-928) — and that a school holiday inside a company closure is absent for the same reason.
Query Parameters
Two-letter canton code. Defaults to the caller's own canton. Federal holidays are returned regardless of the canton.
First calendar day of the window, inclusive (YYYY-MM-DD).
Last calendar day of the window, inclusive (YYYY-MM-DD). Must be on or after from, and the window must not span more than 400 days.