Skip to main content
GET
List tickets

Authorizations

X-Initdesk-Token
string
header
required

Path Parameters

organization_id
string
required

Query Parameters

channel
string

Filter tickets by conversation channel type (e.g. email).

customer_id
integer

Filter tickets by requester (customer) ID.

is_spam
boolean

When omitted, defaults to false (non-spam only). Set to true to list spam tickets.

ordering
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"