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

KeyDatatypeRequiredDescription
offsetnumberThe start position for pagination
pageSizenumberThe maximum number of tickets to return per request

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;result&quot;:{&quot;elements&quot;:[{&quot;id&quot;:&quot;TGRP_1GmREDPBIuP&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;TGRP_72ENqAvTuunD9R&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}],&quot;links&quot;:{&quot;prev&quot;:{&quot;href&quot;:&quot;\u003cstring\u003e&quot;},&quot;next&quot;:{&quot;href&quot;:&quot;\u003cstring\u003e&quot;}}},&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}