Hi @himanshurauthan ! Thanks, I'm aware for this option, however, each request is a point of failure, and when we are asking for thousands of ...read more
We are using the List contacts endpoint in order to get the account contacts ( GET /crm/v3/objects/contacts ). https://developers.hubspot.com/docs/api/crm/contacts For enterprise customers, that have a lot of custom properties (~60 read more
@WendyGoh Please reply to me. I see that this issue is across all the Search endpoints - in the "get all" endpoint you can use query parameter of ...read more
Hi HubSpot, https://developers.hubspot.com/docs/methods/email/get_campaign_data for single campaign in single requset it works good. My client have 1500 campaigns, So it means that I will need 1500 requests to get campain data for all read more
related issue: https://community.hubspot.com/t5/APIs-Integrations/Call-outcome-by-rep-report/m-p/349991#M34305 Please make " Calls and meeting totals by type", and "Call outcome totals by rep" reports accessible via API. Currently we can mi read more
CRM objects like contacts, deals and tickets are being modified over time. If I want that the data that I have will be accurate I should fetch all the objects or all the objects that have been modified, every day. In both cases the number of obje read more
We are using the List contacts endpoint in order to get the account contacts ( GET /crm/v3/objects/contacts ). https://developers.hubspot.com/docs/api/crm/contacts For enterprise customers, that have a lot of custom properties (~60 read more
For 2 of my clients the request of search deals is getting error "There was a problem with the request". Both have the contacts scope and I don't think that it is a problem with the limit of 10,000 items, because it faild right away without ma read more
Use Case: Retrieve al deals that created at January 2020. I found 2 ways to retrieve deals: 1. Get all deals with /crm/v3/objects/deals 2. Use search /crm/v3/objects/deals/search with sorting by createdate to get last 10,000 deals . B read more