---
title: "Determine whether or not the given time period falls within the bounds of a normal shift"
method: GET
path: "/operations/isNormalShift"
---

# Determine whether or not the given time period falls within the bounds of a normal shift

`GET /operations/isNormalShift`

## Query parameters

- `personId` string, required
- `startTime` string, date-time, required
- `endTime` string, date-time, required

## Response `200`

A boolean value. True if the time period encapsulated by the startTime and endTime params is a Normal shift 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/versions/6d04e5812726/schema)
