Ticket Search with email

Hello!

I’m using the following url to filter tickets:

api/v2/search/tickets?query=“status:4%20AND%20type:%27Problem%27”&page=1

However, I need to add the email for the filter as used in the url:
api/v2/tickets?email=teste@testes.com.br&page=1

I tried to add the email in Query, but it doesn’t work, could you help me with any tips?

1 Like

@cibelemattos,

I searched Freshservice API documentation for the API that you are trying to consume here. But I wasn’t able to find. Am I looking at the wrong place? Can you share me the link to that section of the doc?

As response is not mentioned in your post, I am wondering

  1. Did the request fail? (Is it problem at Req API end)
  2. Did FS didn’t respond? (Is it problem with FS API)
  3. Could there be any issue with the query string?

Can you please share the response so that I can get little clarity on this part in order to help you out?