Get List of Ticket Teams
GET {{baseUrl}}/ticket-teams?offset=0&pageSize=25
Retrieve ticket teams for your brand. <!-- theme: warning -->
Administrator Request
To use this call you must be a Qualtrics brand administrator or Qualtrics Ticket Admin
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The start position for pagination | |
pageSize | number | The maximum number of ticket teams to return per request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"elements":[{"id":"ROL_mIQ8ykroieeA3g8","name":"\u003cstring\u003e"},{"id":"ROL_fETfsYwiNojcl","name":"\u003cstring\u003e"}],"links":{"prev":{"href":"\u003cstring\u003e"},"next":{"href":"\u003cstring\u003e"}}},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}