<?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 Re: owner info vs ID in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/owner-info-vs-ID/m-p/773970#M1380</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/254"&gt;@mzebib68&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;I would suggest, use the HubSpot API to query the owner information based on the owner ID. &lt;BR /&gt;The endpoints for the Contacts, Companies, and Deals APIs can be used to make this request.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Let's suppose if you have the ID of the deal owner, you will have to make a GET request to the Deals API endpoint with the filter parameter to get the information about the deal owner. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Like, the following request will return the information about the deal owner with the ID of 12345:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;GET &lt;A href="https://api.hubapi.com/deals/v1/deal/12345?hapikey=YOUR_HAPI_KEY&amp;amp;properties=dealownerid" target="_blank"&gt;https://api.hubapi.com/deals/v1/deal/12345?hapikey=YOUR_HAPI_KEY&amp;amp;properties=dealownerid&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;You should receive a response with the owner information, such as the owner name, email, and other details.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;You can then use this information to create the custom HubSpot field that you need.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2023 09:02:21 GMT</pubDate>
    <dc:creator>Syeda_Fatima</dc:creator>
    <dc:date>2023-03-25T09:02:21Z</dc:date>
    <item>
      <title>owner info vs ID</title>
      <link>https://community.hubspot.com/t5/Data-Hub/owner-info-vs-ID/m-p/773579#M1379</link>
      <description>&lt;P&gt;I'm trying to create a custom field concatenating the deal owner value bu it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using&amp;nbsp;CONCAT([Deal owner], " test") -&amp;gt; it returns the owner ID instead of the name (ie. joe smith)&lt;/P&gt;&lt;P&gt;using&amp;nbsp;LABEL([Deal owner]) -&amp;gt; even if the formula seems ok my dataset is empty....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea on how to get the owner value instead of the ID?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 13:34:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/owner-info-vs-ID/m-p/773579#M1379</guid>
      <dc:creator>mzebib68</dc:creator>
      <dc:date>2023-03-24T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: owner info vs ID</title>
      <link>https://community.hubspot.com/t5/Data-Hub/owner-info-vs-ID/m-p/773970#M1380</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/254"&gt;@mzebib68&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;I would suggest, use the HubSpot API to query the owner information based on the owner ID. &lt;BR /&gt;The endpoints for the Contacts, Companies, and Deals APIs can be used to make this request.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Let's suppose if you have the ID of the deal owner, you will have to make a GET request to the Deals API endpoint with the filter parameter to get the information about the deal owner. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Like, the following request will return the information about the deal owner with the ID of 12345:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;GET &lt;A href="https://api.hubapi.com/deals/v1/deal/12345?hapikey=YOUR_HAPI_KEY&amp;amp;properties=dealownerid" target="_blank"&gt;https://api.hubapi.com/deals/v1/deal/12345?hapikey=YOUR_HAPI_KEY&amp;amp;properties=dealownerid&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;You should receive a response with the owner information, such as the owner name, email, and other details.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;You can then use this information to create the custom HubSpot field that you need.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="selectable-text copyable-text iq0m558w" dir="ltr"&gt;&lt;SPAN class="selectable-text copyable-text"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 09:02:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/owner-info-vs-ID/m-p/773970#M1380</guid>
      <dc:creator>Syeda_Fatima</dc:creator>
      <dc:date>2023-03-25T09:02:21Z</dc:date>
    </item>
  </channel>
</rss>

