Why has this never been updated I wonder? I want to upvote this as well. I have to search for a deal based on a feed from my client that does not include the ID of the deal (dealId). And what I really need to get to is line items for that deal. I would like to do that in a sngle call, but I can't because Search the CRM will not return associations. I always want to minimize the number of API calls my apps must make to complete a process. This can't just be important you the two of us. Please HubSpot, make this happen! Thanks as always...
@JMRocchio Right now the only way I have found to do this as efficiently as possible is to perform the search for deals, create an array of Deal IDs and then batch load the associations from the array of Deal IDs. You have a to take into account you can only batch 100 at a time so you may have to make one call to do the original search and then 1 call per 100 IDs to get the associations. Then that only gets you the association record, not the actual object. If you need info from those assocations you have to do another call to get the actual associated objects. I wish they would consider this idea to make it a more viable solution.
Hi - can someone from HubSpot please confirm when we can expect to have this functionality? Not having this makes the search API for certain objects effectively useless. I see this as being a major defect in your API.
It's honestly absurd that this still has not been addressed. Can someone from hubspot please respond here and confirm whether this is going to be provided??