Parameters
- Finnish calendar
-
GET /api/calendar
- start
- Start date in form YYYY-mm-dd. Optional, defaults to today.
- end
- End date in form YYYY-mm-dd. Optional, defaults to starting day.
- full_month
- Expand to full month (true/false), start to first day of month, end to the last. Optional, default false.
- Finnish working days
-
GET /api/working-days
- start
- Start date in form YYYY-mm-dd. Optional, defaults to today.
- end
- End date in form YYYY-mm-dd. Optional, defaults to starting day.
- full_month
- Expand to full month (true/false), start to first day of month, end to the last. Optional, default false.
- Finnish non-working days
-
GET /api/non-working-days
- start
- Start date in form YYYY-mm-dd. Optional, defaults to today.
- end
- End date in form YYYY-mm-dd. Optional, defaults to starting day.
- full_month
- Expand to full month (true/false), start to first day of month, end to the last. Optional, default false.