- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Search by close date through v3 api
SOLVEMay 15, 2020 5:53 AM
Hi,
I'm struggeling to get the right API call.
My target is to get all deals from a specific day that are closed. But with this call i get all deals. I want just the deals from that unix time stamp. (this is 14th of may 2020)
{ "filterGroups": [ { "filters": [ { "propertyName": "closedate", "operator": "GT", "value": "1588291200" } ] } ] }
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
May 18, 2020 12:03 AM
Hey @rikmaris,
HubSpot API accept UNIX formatted timestamps in milliseconds.
If you'd like to retrieve deals in which the close date is after 14th May 2020, you can use 1589414400000 in which it represent Date and time (GMT): Thursday, May 14, 2020 0:00:00 .
The external tool I'm using: https://www.epochconverter.com/.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content