v1

latestOpenAPI 3.0.0Apache 2.02026-07-143281,4552.1 MB
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

cursorstring

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

Example response

{
  "cursor": "2fofTniCgT0yIPAq26kmk0YyFQJZfbWkh73OOnlTHmTAx13NgED",
  "team_member_wages": [
    {
      "hourly_rate": {
        "amount": 3250,
        "currency": "USD"
      },
      "id": "pXS3qCv7BERPnEGedM4S8mhm",
      "job_id": "jxJNN6eCJsLrhg5UFJrDWDGE",
      "team_member_id": "33fJchumvVdJwxV0H6L9",
      "tip_eligible": false,
      "title": "Manager"
    },
    {
      "hourly_rate": {
        "amount": 2600,
        "currency": "USD"
      },
      "id": "rZduCkzYDUVL3ovh1sQgbue6",
      "job_id": "gcbz15vKGnMKmaWJJ152kjim",
      "team_member_id": "33fJchumvVdJwxV0H6L9",
      "tip_eligible": true,
      "title": "Cook"
    },
    {
      "hourly_rate": {
        "amount": 1600,
        "currency": "USD"
      },
      "id": "FxLbs5KpPUHa8wyt5ctjubDX",
      "job_id": "FzbJAtt9qEWncK1BWgVCxQ6M",
      "team_member_id": "33fJchumvVdJwxV0H6L9",
      "tip_eligible": true,
      "title": "Barista"
    },
    {
      "hourly_rate": {
        "amount": 1700,
        "currency": "USD"
      },
      "id": "vD1wCgijMDR3cX5TPnu7VXto",
      "job_id": "N4YKVLzFj3oGtNocqoYHYpW3",
      "team_member_id": "33fJchumvVdJwxV0H6L9",
      "tip_eligible": true,
      "title": "Cashier"
    }
  ]
}