APIs & Integrations

PIntegration
Member

How to get the relation between deals and owner?

Hi,

 

Working with hubspot API, I donload the list of deals and list of owners. But how can I know wich deals is related to a deal?

 

Could you help me to understand this?

 

Thanks in advance

 

Regards

0 Upvotes
2 Replies 2
BérangèreL
Community Manager
Community Manager

How to get the relation between deals and owner?

Hi @PIntegration,

Thank you for reaching out to the Community!

I understand that you have a list of deals and a list of owners but you'd like to know which deal is assigned to which owner, right?

When you speak of owner, you wre refering to the native deal property "deal owner", that is to say, the user from your team that the deal is assigned to, correct?

If it's not this property you are speaking about, could you please clarify which owner property it is?

The more info, screenshots (without sensitive/confidential information), and details you can provide, the better the Community can assist.

I think you might be able to get this information via this API "Retrieve deals" and then, add a query parameter for the deal owner property.

I also wanted to invite a couple of subject matter experts to this conversation @Teun, @ChrisoKlepke1 and @DanielJeal do you have suggestions to help @PIntegration, please?

If anybody else has anything to add and/or share, please feel free to join in the conversation 🙂

Thanks and have a lovely day!

Best,
Bérangère


Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success.
Don't miss this opportunity to connect and grow—reserve your spot today!


Saviez vous que la Communauté est disponible en français?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres! !
0 Upvotes
PIntegration
Member

How to get the relation between deals and owner?

Hi BérangèreL,

That is correct, I have a list of deals and a list of owners but I'd like to know which deal is assigned to which owne.

 

Thanks, After your explanation I undertund that I have to do a new API call for each deals with property hubspot_owner_id


https://api.hubapi.com/crm/v3/objects/deals/14794880695?properties=hubspot_owner_id

I expected to get the full deal list with properties all together from one request.

 

Regards

Dario