---
title: "Show Holiday Calendar"
method: GET
path: "/holiday_calendars/{id}"
tags: ["holiday_calendars", "Holiday Calendars"]
---

# Show Holiday Calendar

`GET /holiday_calendars/{id}`

Show Holiday Calendar

## Path parameters

- `id` integer, required

## Response `200`

The HolidayCalendars object.

- HolidayCalendarEntity — HolidayCalendarEntity model
  - `id` integer — Holiday Calendar ID. Use `custom_<id>` as a scheduled resource's `holiday_region`.
  - `name` string — Holiday Calendar name.
  - `definition` object — Holiday rules for the calendar. For more information, refer to the Holiday Calendars section of the Files.com documentation.
  - `created_at` string, date-time — Creation time.
  - `updated_at` string, date-time — Last update time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
