Get List of Groups
GET {{baseUrl}}/ticket-groups?offset=0&pageSize=50
Retrieve ticket groups for your brand. <!--From Readme--> <!-- theme: info -->
This API call is only available to organizations that have purchased Closed Loop Follow Up. Organizations not enrolled will receive a 403 with the error code TIK_1.1.
Administrator Request
To use this call you must be a Qualtrics Brand Administrator or Qualtrics Tickets Admin
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The start position for pagination | |
pageSize | number | The maximum number of tickets to return per request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"elements":[{"id":"TGRP_1GmREDPBIuP","name":"\u003cstring\u003e"},{"id":"TGRP_72ENqAvTuunD9R","name":"\u003cstring\u003e"}],"links":{"prev":{"href":"\u003cstring\u003e"},"next":{"href":"\u003cstring\u003e"}}},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}