Payroll periods represent the tax and pay periods for a given payroll. Each period includes tax period dates, pay period dates, and tax period identifiers.
Retrieves a list of payroll periods for a given payroll. Returns all periods ordered by tax period start date in ascending order.
payroll periods for given payroll id
{- "data": [
- {
- "id": 12345,
- "type": "payrollPeriods",
- "attributes": {
- "taxPeriod": "2026/01",
- "taxPeriodStartDate": "2025-04-06",
- "taxPeriodEndDate": "2025-05-05",
- "payPeriodStartDate": "2025-04-01",
- "payPeriodEndDate": "2025-04-30"
}
}
]
}