latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Company

wages

Returns a list of paginated employee wages for the company. Historical results limited to 1 year.<p>Scopes: export_payroll</p>

get/v{version}/companies/{id}/wages

Path parameters

idstring required

The id of the company.

versionstring required

Query parameters

pay_group_idstring

Filter by the pay group id. Optional.

employee_idstring

Filter by the employee id. Optional.

employee_start_idstring

The employee id to start fetching from. Optional.

employee_limitinteger

Limits the number of employee wages returned. Optional. The default is 50.

Response

OK

next_idstring

The id of the object next up after this set.

errorstring

Contains any error messages, if applicable.

Example response

{
  "data": [
    {
      "wage_start_date": "yyyy-MM-dd",
      "wage_end_date": "yyyy-MM-dd"
    }
  ]
}