v1
latestOpenAPI 3.1.02026-07-243113441.2 MBGet all payrolls for a company
Returns a list of payrolls for a company. You can change the payrolls returned by updating the processing_status, payroll_types, start_date, & end_date params.
By default, will return processed, regular payrolls for the past 6 months.
Notes:
- Dollar amounts are returned as string representations of numeric decimals, are represented to the cent.
- end_date can be at most 3 months in the future and start_date and end_date can't be more than 1 year apart.
- Results are paginated. Maximum page size is 100 payrolls per request; the default page size is 25.
scope: payrolls:read
Path parameters
The UUID of the company
Query parameters
Whether to include processed and/or unprocessed payrolls in the response, defaults to processed, for multiple attributes comma separate the values, i.e. ?processing_statuses=processed,unprocessed
Whether to include regular and/or off_cycle payrolls in the response, defaults to regular, for multiple attributes comma separate the values, i.e. ?payroll_types=regular,off_cycle
Whether to return processed or unprocessed payrolls
Whether to include off cycle payrolls in the response
Include the requested attribute in the response, for multiple attributes comma separate the values, i.e. ?include=benefits,deductions,taxes
Return payrolls whose pay period is after the start date
Return payrolls whose pay period is before the end date. If left empty, defaults to today's date.
Specifies which date field to use when filtering payrolls with start_date and end_date. This field applies only to regular processed payrolls and defaults to pay period if not provided.
The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
Number of objects per page. For majority of endpoints will default to 25
A string indicating whether to sort resulting events in ascending (asc) or descending (desc) chronological order. Events are sorted by their timestamp. Defaults to asc if left empty.
Headers
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Successful