APIs & Integrations

Arundas
Participant

APIS

SOLVE

Hi,

In the v1 deal API https://api.hubapi.com/deals/v1/deal/{dealID}?

This basically gives list of all properties.
Among which there is 

"associations": {
"associatedVids": [ ]
}

The "associatedVids" contains all the IDs of assocaited contacts.
My question is : is there a limit on the size of this list ?


1 Accepted solution
GRajput
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

APIS

SOLVE

Hi @Arundas 

Please use the Version3 API attached below 

curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/objects/deals/{dealId}?properties=property1,property2,...&archived=false' \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'

 

Also, you can refer to the link for more details - https://developers.hubspot.com/docs/api/crm/deals

 

For the Second Part - There is no limit to the size of the list properties.

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


View solution in original post

2 Replies 2
Arundas
Participant

APIS

SOLVE

what if the number of associated contacts with deal, are 1 million.  what will be the response returned then ?
all the ids will be send under the response ??
NOTE : I am already aware of the assocaition apis (v3 and v4 ), but my reuirement involved usage of v1.

0 Upvotes
GRajput
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

APIS

SOLVE

Hi @Arundas 

Please use the Version3 API attached below 

curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/objects/deals/{dealId}?properties=property1,property2,...&archived=false' \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'

 

Also, you can refer to the link for more details - https://developers.hubspot.com/docs/api/crm/deals

 

For the Second Part - There is no limit to the size of the list properties.

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting