Skip to main content
GET
Get all payslips by pay run

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

payrollConfigId
string
required

ID of the payroll configuration

year
integer
required

Year of the pay run

period
integer
required

Pay period number within the year

Query Parameters

pageSize
integer

Maximum number of payslips to return per page (default is 50, max 10000). Fewer may be returned when the page would exceed the response size limit; always follow paginationToken rather than treating a short page as the last one.

Required range: 1 <= x <= 10000
paginationToken
string
includeAttachments
boolean
default:true

Whether to include attachment URLs on payslip summary items. Set to false for faster bulk loading when attachments are not needed.

Response

Payslips by pay run retrieved successfully

The response is of type any.