Skip to main content
GET
List the days in a window that cost less than a full vacation day.

Query Parameters

canton
string

Two-letter canton code. Defaults to the caller's own canton. Federal holidays are returned regardless of the canton.

from
string
required

First calendar day of the window, inclusive (YYYY-MM-DD).

to
string
required

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.

Response

The holidays in the requested window, ordered by date.

success
enum<boolean>
required
Available options:
true
data
object[]
required