<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic V3 API to List Contacts with Associated Company Name in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/491545#M46557</link>
    <description>&lt;P&gt;I am looking for a way to list all contacts with the associated company's name.&lt;/P&gt;&lt;P&gt;I can find the "Associated Company" column in HubSpot dashboard contact list table below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KChan_0-1631088809248.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/49908i716E5EB3F6D1F78F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KChan_0-1631088809248.png" alt="KChan_0-1631088809248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I couldn't find a property like this for the API.&lt;/P&gt;&lt;P&gt;In V3 official guide&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/contacts" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/contacts&lt;/A&gt;&amp;nbsp;there are contact association-related APIs. But those can only query the association of 1 contact at a time. I need to list all contacts with their associated company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 08:18:10 GMT</pubDate>
    <dc:creator>KChan</dc:creator>
    <dc:date>2021-09-08T08:18:10Z</dc:date>
    <item>
      <title>V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/491545#M46557</link>
      <description>&lt;P&gt;I am looking for a way to list all contacts with the associated company's name.&lt;/P&gt;&lt;P&gt;I can find the "Associated Company" column in HubSpot dashboard contact list table below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KChan_0-1631088809248.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/49908i716E5EB3F6D1F78F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KChan_0-1631088809248.png" alt="KChan_0-1631088809248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I couldn't find a property like this for the API.&lt;/P&gt;&lt;P&gt;In V3 official guide&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/contacts" target="_blank"&gt;https://developers.hubspot.com/docs/api/crm/contacts&lt;/A&gt;&amp;nbsp;there are contact association-related APIs. But those can only query the association of 1 contact at a time. I need to list all contacts with their associated company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 08:18:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/491545#M46557</guid>
      <dc:creator>KChan</dc:creator>
      <dc:date>2021-09-08T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/491915#M46581</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/233338"&gt;@KChan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Add a query param to your request &lt;STRONG&gt;associations=companies&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/contacts/?associations=companies" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/contacts/?associations=companies&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This should return an array of company ids&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 18:27:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/491915#M46581</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-09-08T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492120#M46593</link>
      <description>&lt;P&gt;Thanks. It works!&lt;/P&gt;&lt;P&gt;Last question, is it possible to get the company name, instead of the id?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 03:19:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492120#M46593</guid>
      <dc:creator>KChan</dc:creator>
      <dc:date>2021-09-09T03:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492310#M46601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/233338"&gt;@KChan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;You can use this api for get contacts of list.\r\nLink : \r\nhttps://legacydocs.hubspot.com/docs/methods/lists/get_list_contacts_recent\r\n\r\nScreen shot  : \r\nhttps://prnt.sc/1rll2qk\r\n\r\nFor the contact association use this : \r\nLink : \r\nhttps://legacydocs.hubspot.com/docs/methods/crm-associations/get-associations\r\nScreen shot :\r\nhttps://prnt.sc/1rll5uz\r\n\r\nTable of association defination ids.\r\nhttps://legacydocs.hubspot.com/docs/methods/crm-associations/crm-associations-overview\r\nhttps://prnt.sc/1rll7jc\r\n\r\nThanks !!&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:829,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;6&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;7&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;8&amp;quot;:{&amp;quot;1&amp;quot;:[{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0,&amp;quot;5&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:0}},{&amp;quot;1&amp;quot;:0,&amp;quot;2&amp;quot;:0,&amp;quot;3&amp;quot;:3},{&amp;quot;1&amp;quot;:1,&amp;quot;2&amp;quot;:0,&amp;quot;4&amp;quot;:1}]},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0}"&gt;You can use this api for get contacts of list. &lt;BR /&gt;Link : &lt;BR /&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/lists/get_list_contacts_recent" target="_blank"&gt;https://legacydocs.hubspot.com/docs/methods/lists/get_list_contacts_recent&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Screen shot : &lt;BR /&gt;&lt;A href="https://prnt.sc/1rll2qk" target="_blank"&gt;https://prnt.sc/1rll2qk&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;For the contact association use this : &lt;BR /&gt;Link : &lt;BR /&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/crm-associations/get-associations" target="_blank"&gt;https://legacydocs.hubspot.com/docs/methods/crm-associations/get-associations&lt;/A&gt; &lt;BR /&gt;Screen shot : &lt;BR /&gt;&lt;A href="https://prnt.sc/1rll5uz" target="_blank"&gt;https://prnt.sc/1rll5uz&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Table of association defination ids. &lt;BR /&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/crm-associations/crm-associations-overview" target="_blank"&gt;https://legacydocs.hubspot.com/docs/methods/crm-associations/crm-associations-overview&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://prnt.sc/1rll7jc" target="_blank"&gt;https://prnt.sc/1rll7jc&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:46:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492310#M46601</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2021-09-09T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492493#M46610</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/233338"&gt;@KChan&lt;/a&gt; , you will need to fire a new request to get the names using the batch read endpoint:&lt;/P&gt;
&lt;P&gt;&lt;CODE class="PathUrl__StyledCode-sc-10tqimu-2 xROOh private-code"&gt;&lt;SPAN class="PathUrl__StyledPath-sc-10tqimu-3 gRmkdQ"&gt;&lt;SPAN class="private-truncated-string" data-content="true"&gt;&lt;SPAN class="private-truncated-string__inner"&gt;&lt;SPAN class="private-truncated-string__reverse"&gt;&lt;SPAN class="private-truncated-string__reverse__tail"&gt;&lt;SPAN class="private-truncated-string__reverse__content"&gt;/crm/v3/objects/companies/batch/read&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 17:32:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/492493#M46610</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-09-09T17:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: V3 API to List Contacts with Associated Company Name</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/1024343#M75712</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;This is helpful. But is there a way to make the object search API respect the "associations" param?&lt;BR /&gt;Or if it may result in performance issues the API could allow fetching specific related fields that are highly relevant (e.g. company name) which can somehow be colocated and indexed on database level.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 20:36:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/V3-API-to-List-Contacts-with-Associated-Company-Name/m-p/1024343#M75712</guid>
      <dc:creator>HBaghdasaryan</dc:creator>
      <dc:date>2024-08-08T20:36:20Z</dc:date>
    </item>
  </channel>
</rss>

