{"description":"Validation failed","errors":[{"field":"updated_at","message":"Unexpected/invalid field in request","code":"invalid_field"}]}
Best answer by Adhitya Ganesh
Hi James,
I believe you are trying to get the requester data using API and you are trying to filter these data based on the last updated date. We will be able to get the required data by modifying the callback URL as follows:https://domain.freshservice.com/api/v2/requesters?query="updated_at:'2019-10-02T02:00:00Z'".By this way, you can pull in requester data based on their last updated date.
I believe you are trying to get the requester data using API and you are trying to filter these data based on the last updated date. We will be able to get the required data by modifying the callback URL as follows:https://domain.freshservice.com/api/v2/requesters?query="updated_at:'2019-10-02T02:00:00Z'".By this way, you can pull in requester data based on their last updated date.
I believe you are trying to get the requester data using API and you are trying to filter these data based on the last updated date. We will be able to get the required data by modifying the callback URL as follows:https://domain.freshservice.com/api/v2/requesters?query="updated_at:'2019-10-02T02:00:00Z'".By this way, you can pull in requester data based on their last updated date.
Warm Regards,
G.Adhitya,
Freshworks Support.
Hi Adhitya,
I’ve tried your suggestion just now and it works well.