---
title: "Get non-business days"
method: GET
path: "/v1/holiday-calendar/{holiday_calendar_id}/non-business-days"
tags: ["Holiday calendar data"]
---

# Get non-business days

`GET /v1/holiday-calendar/{holiday_calendar_id}/non-business-days`

Get non-business days (weekends and holidays) for a specific holiday calendar within a date range. Non-business days include weekends based on the holiday calendar's working days configuration and holidays associated with the group.

## Path parameters

- `holiday_calendar_id` string, required

## Query parameters

- `begin_date` string, required
- `end_date` string, required

## Response `200`

OK

- PresenterHolidayCalendarNonBusinessDaysResponse
  - `dates` PresenterNonBusinessDay[]
    - `date` string, date — Non-business day date. Format = yyyy-mm-dd.
    - `is_holiday` boolean — Is this a holiday?
    - `is_weekend` boolean — Is this a weekend day?
    - `holiday_metadata` object — A valid JSON schema as specified in https://json-schema.org/specification.html. Used to register rules used for transaction authorization. **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).
  - `holiday_calendar_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).

## Other responses

- `400` — Bad request
- `404` — Not Found
- `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)
