<- Labor API

Labor API

List team member wages

GET

 /v2/labor/team-member-wages

Returns a paginated list of TeamMemberWage instances for a business.

Permissions:EMPLOYEES_READ
Try in API Explorer
Link to section

Query parameters

Example code

Link to section

team_member_id

string

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

Link to section

limit

integer(32-bit)

The maximum number of TeamMemberWage 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

team_member_wages

A page of TeamMemberWage results.

Link to section

cursor

string

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

Link to section

errors

Any errors that occurred during the request.