Labor
ListTeamMemberWages
Returns a paginated list of TeamMemberWage instances for a business.
get/v2/labor/team-member-wages
Query parameters
team_member_idstring
Filter the returned wages to only those that are associated with the specified team member.
limitinteger
The maximum number of TeamMemberWage results to return per page. The number can range between 1 and 200. The default is 200.
cursorstring
A pointer to the next page of EmployeeWage results to fetch.
Response
Success
Example response
{
"cursor": "2fofTniCgT0yIPAq26kmk0YyFQJZfbWkh73OOnlTHmTAx13NgED",
"team_member_wages": [
{
"hourly_rate": {
"amount": 3250,
"currency": "USD"
},
"id": "pXS3qCv7BERPnEGedM4S8mhm",
"team_member_id": "33fJchumvVdJwxV0H6L9",
"title": "Manager"
},
{
"hourly_rate": {
"amount": 2600,
"currency": "USD"
},
"id": "rZduCkzYDUVL3ovh1sQgbue6",
"team_member_id": "33fJchumvVdJwxV0H6L9",
"title": "Cook"
},
{
"hourly_rate": {
"amount": 1600,
"currency": "USD"
},
"id": "FxLbs5KpPUHa8wyt5ctjubDX",
"team_member_id": "33fJchumvVdJwxV0H6L9",
"title": "Barista"
},
{
"hourly_rate": {
"amount": 1700,
"currency": "USD"
},
"id": "vD1wCgijMDR3cX5TPnu7VXto",
"team_member_id": "33fJchumvVdJwxV0H6L9",
"title": "Cashier"
}
]
}