The documentation doesn't clarify it:
https://developer.zendesk.com/documentation/ticketing/using-the-zendesk-api/searching-with-the-zendesk-api/

As always, thanks in advance ;)
The documentation doesn't clarify it:
https://developer.zendesk.com/documentation/ticketing/using-the-zendesk-api/searching-with-the-zendesk-api/

As always, thanks in advance ;)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You can use the search operators to give you the capability of searching more than one ticket type.
e.g.
/api/v2/search.json?query=status<=solvedwill return all tickets that are less than or equal to a solved stateHope this helps!