La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
I would like to ask if there is any way to add a timestamp (or date) in order to filter the results for an API request.
What I have beeen doing for now is getting all the data and filter by myself later on, but this solution is not scalable and I don't want to collapse the API limit.
For example, if I want to get feedback submissions (in python), right now I'm doing:
Thank you for your answer @dennisedson . I cannot find which Object Type is associated with feedback_submissions or if it's available the search option for it.
oct. 28, 202111:05 AM - modifié oct. 29, 20213:01 PM
Participant
Filter API Request by timestamp
@dennisedson The CRM Discovery object has not feedback_submission property, this one is inside object as I mentioned.
If I change the timestamp to unix timestamp, the API call doesn't have a Bad Request, but it returns nothing. Even using unix_timestamp as 10, the response is empty.