CRM

EInc
メンバー

How to fetch the fields of related object from a source object

解決

Hi, I have a scenario where the Deals object have Account Id as a field, then from the deals api I want to fetch the Account details such as Account name, AccountEmail etc.. for the corresponding deal. In this case how can I retreive  all the deals (using search deal Api) along with the properties in a related table(here it is Account table). I couldn't find any option/sample data on where to specify this lookup fields in any deals api.

 

0 いいね!
1件の承認済みベストアンサー
Bryantworks
解決策
キーアドバイザー | Diamond Partner
キーアドバイザー | Diamond Partner

How to fetch the fields of related object from a source object

解決

Hey @EInc, you'd need to utilize the associations API to query the datapoints of associated objects.  

Chris Bryant | Your Dedicated HubSpot Expert

元の投稿で解決策を見る

0 いいね!
2件の返信
Bryantworks
解決策
キーアドバイザー | Diamond Partner
キーアドバイザー | Diamond Partner

How to fetch the fields of related object from a source object

解決

Hey @EInc, you'd need to utilize the associations API to query the datapoints of associated objects.  

Chris Bryant | Your Dedicated HubSpot Expert
0 いいね!
EInc
メンバー

How to fetch the fields of related object from a source object

解決

Hi @Bryantworks ,

Thanks for your reply!

 

I found there is no params to fetch the properties/fields for the objects using association API. It gives me only the Id's of all the related objects. I require the fields from both the objects in my case

0 いいね!