Hi
I am developing an Zendesk app that requires to fetch the ticket data with multiple conditions using API call
1. <baseurl>/api/v2/search.json?query=784068495 (This will return all the tickets that contains the value 784068495)
I would like to add additional condition to search all the matching tickets
2. <baseurl>/api/v2/search.json?query=SunnyDayAND784068495 (This should return all the tickets that contains the values 'SunnyDay' AND '784068495'
Please let me know if this is possible, if not suggest alternate way of fetching the data.
Thanks