We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Apr 2, 2020 7:53 AM
Hi there,
I have 900 tickets. For each of these tickets I need associated company. I know there is a CRM association API that I can query like:
/crm-associations/v1/associations/54814123/HUBSPOT_DEFINED/26
But this will require me to fire 900 calls. What's the best way to get associated companies as batch?
Solved! Go to Solution.
Apr 5, 2020 11:31 PM
Hey @ranbeerm,
Are you concern that the large numbers of calls would burst the daily limits? If so, taking a look at our API Usage Guidelines, having a 900++ calls should we well within the limit. Additionally, are you doing an one off implementation or you would need to retrieve this information multiple times? If it's the latter, I'd suggest for you to store the information received on a database so that your team wouldn't need to call the endpoint multiple time to retrieve the same information.
Apr 2, 2020 10:35 PM
Hey @ranbeerm,
While currently there isn't a way to bulk get associated company of tickets, do you mind sharing with me your concerns?
Apr 3, 2020 5:58 AM
Hi @WendyGoh , the only concern being large number of calls 900++. 🙂
Apr 5, 2020 11:31 PM
Hey @ranbeerm,
Are you concern that the large numbers of calls would burst the daily limits? If so, taking a look at our API Usage Guidelines, having a 900++ calls should we well within the limit. Additionally, are you doing an one off implementation or you would need to retrieve this information multiple times? If it's the latter, I'd suggest for you to store the information received on a database so that your team wouldn't need to call the endpoint multiple time to retrieve the same information.