If i want to filter the deals on the basis of range of time , how can i do this through the below endpoint
Hey @SMehta7, Happy Friday! I want to invite our top experts to this conversation to share their thoughts @MichaelC @coldrickjack @weiliang_lee any recommendations to @SMehta7 matter?
Thank you,
Pam
Hi Smetha7,
You will need to use an alternative endpoint if you want to filter by a date range.
You can use the search endpoints instead. Documentation is here: Search the CRM - HubSpot docs
I use these to make incremental APi calls to each object, passing through the last modified date i have in my db and making a greater than search to bring back any modified records since my last request.
Hope that helps