Get the payroll cycles of a company. A null value on the end date means that the cycle is currently open.
Payroll Cycles
Get Payroll Cycles
GET
Get the payroll cycles of a company. A null value on the end date means that the cycle is currently open.
Overview
Retrieve all payroll cycles for a specific company. Each payroll cycle represents a period during which employee benefits are tracked and managed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the company
Query Parameters
Page number to retrieve. Defaults to 1.
Required range:
x >= 1Max number of items per page. Must be greater than 0. Defaults to 250.
Required range:
x >= 1