---
title: "Gets a list of working patterns for a given date range."
method: GET
path: "/workingpatterns"
tags: ["WorkingPatterns"]
---

# Gets a list of working patterns for a given date range.

`GET /workingpatterns`

![Beta](https://img.shields.io/badge/Status-Beta-yellow) <br /> This API request method is currently in beta testing. <br /> To gain access to use this method, please contact <a href='mailto:hrapi@iris.co.uk'>hrapi@iris.co.uk</a>.

## Query parameters

- `startDate` string, date-time, required
- `endDate` string, date-time, required
- `$top` integer
- `$skip` integer
- `$filter` string
- `$select` string[]
- `$orderby` string
- `$count` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/hrapi/apis/hr-api.md) · [All operations](https://skmtc.net/hrapi/apis/hr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hrapi/hr-api/revisions/f218760c73b5/schema)
