---
title: "Get paydays"
method: GET
path: "/pay_schedules/{pay_schedule}/paydays"
---

# Get paydays

`GET /pay_schedules/{pay_schedule}/paydays`

Returns a list of paydays and their corresponding period_start, period_end, and approval_deadline dates for the specified pay schedule. Results span one year of dates. If the payday or approval_deadline was impacted by a weekend or a bank holiday, then impacted_by_weekend_or_holiday will be true, otherwise false.

## Path parameters

- `pay_schedule` string, required

## Query parameters

- `start` string, date

## Response `200`

200

- object[]
  - `payday` string
  - `period_start` string
  - `period_end` string
  - `approval_deadline` string
  - `impacted_by_weekend_or_holiday` boolean
  - `approval_deadline_datetime` string

## Other responses

- `400` — 400

---

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