---
title: "휴무일 목록 조회"
method: GET
path: "/admin/holidays"
tags: ["CarSharing Holiday"]
---

# 휴무일 목록 조회

`GET /admin/holidays`

휴일 관리 > 휴무일 목록 조회

## Query parameters

- `filter` HolidayFilterRequest, required
  - `year` integer
  - `month` integer
  - `holidayName` string
  - `source` string
  - `clientId` integer
  - `businessPlaceId` integer
- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

OK

---

[API](https://skmtc.dev/capora/apis/openapi-definition.md) · [All operations](https://skmtc.dev/capora/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capora/openapi-definition/revisions/42e54cb2362a/schema)
