Filter by category

how can I filter by ticket category using the filter endpoint? freshservice.com/api/v2/tickets/filter

Hi sa dever,
I don’t think it’s possible to filter by the ‘category’ field directly. However, as an alternative, you could establish a custom field and use that to filter tickets.

Something like this:
/api/v2/tickets/filter?query=“cf_category:‘asdf’”