---
title: "List holidays"
method: GET
path: "/v1/holiday-calendar/{holiday_calendar_id}/holiday"
tags: ["Holiday calendar data"]
---

# List holidays

`GET /v1/holiday-calendar/{holiday_calendar_id}/holiday`

List calendar holidays

## Path parameters

- `holiday_calendar_id` string, required

## Response `200`

OK

- PresenterListHolidayResponse
  - `current_page` integer — Current page number
  - `pages` integer — Number of pages
  - `per_page` integer — Maximum number of items per page
  - `total_items` integer — Total number of items
  - `items` PresenterGetHolidayResponse[]
    - `created_at` string, date-time — Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.
    - `deleted_at` string — Date deleted, format = yyyy-mm-ddThh:mm:ssZ
    - `description` string — Holiday description
    - `holiday_calendar` HolidayCalendar
      - `id` integer — Holiday calendar ID
      - `name` string — Holiday calendar name. Must be unique per organization.
    - `holiday_date` string — Holiday date. Format = yyyy-mm-dd.
    - `holiday_id` integer — Holiday ID
    - `metadata` string — Any data object with key/value pairs. No limit on length. **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).
    - `name` string — Holiday name
    - `updated_at` string, date-time — Datetime program calendar strategy was updated. Format = YYYY-MM-DDTHH:MM:SS:MM

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
