Skip to content

Find tickets

GET
/helpdesk/ticket/tickets
Required scope: viskan:ticket:read

Searches for tickets.

Parameters

Query parameters

page  integer
Page number to fetch. Defaults to 1, which is the first page.
Default value: 1
size  integer
Number of items per page. Defaults to 50.
Default value: 50
keyword  string
Optionally filter by free text keyword within messages.
helpdeskAccountIds  integer
Multivalued
Optionally filter by the ID of one or many helpdesk accounts.
resolutions  enum
Multivalued
Optionally filter by ticket resolutions.
Enum: UNRESOLVEDRESOLVEDNO_ACTION_REQUIREDSPAMTRASH
assignees  integer
Multivalued
Optionally filter by the IDs of the assigned users. The value -1 can be used to find unassigned tickets.
customerId  integer
Optionally filter by the ID of a customer.
labels  integer
Multivalued
Optionally filter by the IDs of labels.
dateFrom  string
Earliest message date (inclusive).
dateTo  string
Latest message date (inclusive).
sortingStrategy  enum
Defines the sorting of the search results.
Enum: OLDEST_FIRSTRECENTLY_MODIFIED_FIRST
Default value: RECENTLY_MODIFIED_FIRST

Response

Contains the search results.