Theme switcher

Return a summary of all tickets belonging to the client. Restricted by user visibility and query terms.

Header Parameters

X-ACTIVE-USER-NAMEstring

name of the user making the request

Style
simple
X-ACTIVE-USER-EMAILstring

email of the user making the request

Style
simple
Authorizationstring

Query Parameters

pageinteger

number of the page to return

Default value
0
pageSizeinteger

The maximum number of tickets in a page. If the value is negative, all tickets are included.

Minimum
-1
Default value
-1
sortarray

A comma separated list of sorting directives (e.g. sort=name,createdDate:desc). A field named without suffix or with a ':asc' suffix means to order in natural sort order, smallest to largest. A ':desc' suffix means to order in reverse (most-recent to least-recent for dates, reverse alphabetical for names, etc.) More than one sort term can be provided, separated by commas. In that case, the values are sorted first by the first term, then by the second, and so on.

Enum values:
createdDate:ascmodifiedDate:ascname:ascid:asccreatedDate:descmodifiedDate:descname:descid:desc

Response

200
Object

Success

Response Attributes

dataarray

Show child attributes

countinteger
400
Object

Invalid query

Response Attributes

datastring Required
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot