v1

latestOpenAPI 3.0.0Apache 2.02026-07-143281,4552.1 MB
Team

ListJobs

Lists jobs in a seller account. Results are sorted by title in ascending order.

get/v2/team-members/jobs

Query parameters

cursorstring

The pagination cursor returned by the previous call to this endpoint. Provide this cursor to retrieve the next page of results for your original request. For more information, see Pagination.

Response

Success

cursorstring

An opaque cursor used to retrieve the next page of results. This field is present only if the request succeeded and additional results are available. For more information, see Pagination.

Example response

{
  "jobs": [
    {
      "created_at": "2021-06-11T22:55:45Z",
      "id": "VDNpRv8da51NU8qZFC5zDWpF",
      "is_tip_eligible": true,
      "title": "Cashier",
      "updated_at": "2021-06-11T22:55:45Z",
      "version": 2
    },
    {
      "created_at": "2021-06-11T22:55:45Z",
      "id": "FjS8x95cqHiMenw4f1NAUH4P",
      "is_tip_eligible": false,
      "title": "Chef",
      "updated_at": "2021-06-11T22:55:45Z",
      "version": 1
    }
  ]
}