Skip to main content
GET
List Salaries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

employeeId
string<uuid>
required

Employee ID

salaryId
string<uuid>

Salary ID

payPeriod
enum<string>

Pay Period

Available options:
daily,
weekly,
biweekly,
monthly,
yearly
grossSalary
integer

Gross Salary

payments
integer

Payments

contributionGroup
string

Contribution Group

startDate
string<date>

Start Date

endDate
string<date>

End Date

limit
integer

Limit results

page
integer

Request a specific page

Response

200 - application/json

Array of Objects

data
object[]
meta
object