Skip to main content
GET
Get contract payrolls

Authorizations

Authorization
string
header
required

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

Query Parameters

period
enum<string>
required

Salary pay period

Available options:
daily,
weekly,
biweekly,
fortnightly,
monthly
from
string<date>
required

Y-m-d

to
string<date>
required

Y-m-d

currency
enum<string>
required

Salary currency

Available options:
EUR,
MXN,
USD
Example:

"EUR"

officeIds[in]
string<uuid>[]

Office Ids to filter employees belonging to them

departmentIds[in]
string<uuid>[]

Department Ids to filter employees belonging to them

employeeStatus[in]
enum<string>[]

Employee status

Available options:
active,
inactive
limit
integer

Limit custom fields

page
integer

Request a specific page

orderBy
string

firstName asc

Response

200 - application/json

Array of objects

data
object[]
meta
object