Ticket Filters
Ticket filters are read-only definitions. The authenticated user can list them and select an active filter.
GET/api/v1/ticket-filters
List ticket filters
Required scope: ticket-filters:read.
GET/api/v1/ticket-filters/active
Get the active filter
Returns the current user's active ticket filter. Required scope: ticket-filters:read.
PATCH/api/v1/ticket-filters/active
Set the active filter
Sets the active filter for the current user. Required scope: ticket-filters:write. Send the filter selection expected by the active-filter request; this does not modify the filter definition.
