<- Labor API

Labor API

List employee wages

DEPRECATED

 /v2/labor/employee-wages

Returns a paginated list of EmployeeWage instances for a business.

Permissions:EMPLOYEES_READ

Deprecation date

2020-08-26

Retirement date

TBD

Migration guide
Link to section

Query parameters

Example code

Link to section

employee_id

string

Filter the returned wages to only those that are associated with the specified employee.

Link to section

limit

integer(32-bit)

The maximum number of EmployeeWage results to return per page. The number can range between 1 and 200. The default is 200.

Link to section

cursor

string

A pointer to the next page of EmployeeWage results to fetch.

Link to section

Response fields

Link to section

employee_wages

A page of EmployeeWage results.

Link to section

cursor

string

The value supplied in the subsequent request to fetch the next page of EmployeeWage results.

Link to section

errors

Any errors that occurred during the request.