---
title: "Determine whether or not the given day is a public holiday (or a substitute public holiday)"
method: GET
path: "/operations/isPublicHoliday"
---

# Determine whether or not the given day is a public holiday (or a substitute public holiday)

`GET /operations/isPublicHoliday`

## Query parameters

- `date` string, date, required
- `personId` string, required

## Response `200`

A boolean value. True if the date is a public  holiday in the context of the person otherwise False

- boolean

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/home-office/apis/accruals.md) · [All operations](https://skmtc.net/home-office/apis/accruals/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/home-office/accruals/revisions/6d04e5812726/schema)
