---
title: "Get All Reporting Periods"
method: GET
path: "/reportingPeriod/"
---

# Get All Reporting Periods

`GET /reportingPeriod/`

## Query parameters

- `companyID` string, required
- `pay_schedule` 'daily' | 'weekly' | 'biweekly' | 'semimonthly' | 'monthly' | 'quarterly'

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `reportingPeriodID` string
    - `pay_schedule` string
    - `start` string
    - `end` string

## Other responses

- `400` — 400

---

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