Hi!
I am unable to extract all tickets that were created yesterday or updated yesterday.
I am using the api token .
Queries that i have tried but failed are
This query returns all the tickets
"https://"+ domain +".freshdesk.com/helpdesk/tickets/filter/all_tickets?format=json&updated_since=2017-10-05&page=[pageno]", auth = (api_key, password))
This query returns error code 400
"https://'+ domain +'.freshdesk.com/api/v2/search/tickets?query="created_at:2017-10-05T00:00:00Z"', auth = (api_key, password))
Can anyone please help me with the correct query