Aug 3, 2022 1:31 PM
I have around 15k contacts, some thousands companies, and 1k deals.
As I want to analyze how they change during time, say to know how many deals changed state inside the pipeline every month, I need to get all deals and all their associations with companies.
I am able to get all deals with
https://api.hubapi.com/crm/v3/objects/deals/
and I can get all companies and contacts too.
I haven't found a way to get all associations. There is
Solved! Go to Solution.
Aug 4, 2022 12:31 PM
I have managed to find a solution.
There is a parameter in getting deals that I didn't see, "associations".
Adding it has solved, as I have all the needed associations inside the deal:
inside th deal there is a subsection "associations" that contains all the searched deals
Aug 4, 2022 11:51 AM
@Teun , have you hit a limit, yet? Any thoughts here?
Aug 4, 2022 12:31 PM
I have managed to find a solution.
There is a parameter in getting deals that I didn't see, "associations".
Adding it has solved, as I have all the needed associations inside the deal:
inside th deal there is a subsection "associations" that contains all the searched deals