Hi, I need to filter tickets with the exact time from the last update (updated_at).
This uri works:
https://domain.freshdesk.com/api/v2/search/tickets?query=%22updated_at:%3E%272018-03-21%27%22
But this return an error:
Error:
message"Given query is invalid, expected format \"keyword:value OPERATOR keyword:'string' OPERATOR keyword:>'yyyy-mm-dd' OPERATOR keyword:<integer\". Space is mandatory between key/value pair and operator. Please check the paranthesis if there are any."
I understand from this and from the docs that the search API only allow using the field "updated_at" like a date type and not like a datetime to filter tickets, I am correct?. Someone know a workaround for this?
Thanks in advance!