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 ?
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 - Accounts Dashboard | HubSpot
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!
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.