Get tickets (supports)
scope · support:readSESSION-only
Returns the tickets data for the supports feature.
Scope: support:read
Auth sources: SESSION only
Endpoint: GET /api/support/tickets
Example request
curl "https://app.guliel.com/api/support/tickets?status=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
statusenum<3>NEW · IN_PROGRESS · DONEtypeenum<3>BUG · FEATURE_REQUEST · MISCpriorityenum<4>LOW · NORMAL · HIGH · URGENTpagereqintegerpageSizereqinteger
Response (200/201)
ticketsreqarray<object>idreqstringdescriptionreqstringtypereqenum<3>BUG · FEATURE_REQUEST · MISCpriorityreqenum<4>LOW · NORMAL · HIGH · URGENTstatusreqenum<3>NEW · IN_PROGRESS · DONEfeaturesreqarray<enum<21>>organizationsreqarray<object>idreqstringnamereqstring
createdByreqobjectidreqstringnamereqstring | null
commentCountreqnumbercreatedAtreqstringupdatedAtreqstring
totalreqnumberpagereqnumberpageSizereqnumber
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |