Skip to main content
GET
Get all payslip data for an employee within a date range

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

employeeId
string
required

ID of the employee

Query Parameters

beginDate
string<date>

Start date for the payslip search range (YYYY-MM-DD format). Defaults to one year before endDate.

endDate
string<date>

End date for the payslip search range (YYYY-MM-DD format). Defaults to today.

Response

All payslip data retrieved successfully

The response is of type any.