<?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: Deals with deal owner information and contacts in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821938#M65753</link>
    <description>&lt;P&gt;Oh, I wanted to make less request as possibile &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks btw &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 11:30:01 GMT</pubDate>
    <dc:creator>Axl-ArrasDev</dc:creator>
    <dc:date>2023-07-19T11:30:01Z</dc:date>
    <item>
      <title>Deals with deal owner information and contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821470#M65715</link>
      <description>&lt;P&gt;I'm currently trying this endpoint:&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;/crm/v3/objects/deals/search&lt;/EM&gt;&lt;BR /&gt;to get the information of specific deal.&lt;BR /&gt;&lt;BR /&gt;Is it possible to return the associated owner email other than the owner id?&lt;BR /&gt;&lt;BR /&gt;This is my request body&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "limit": 1,
    "properties": [
        "name_of_the_clients",
        "hubspot_owner_id",
        "name_of_the_real_estate_sold",
        "hs_analytics_latest_source_data_2_contact"
    ],
    "associations": {
        "contacts": {} 
    },
    "filterGroups": [
        {
            "filters": [
                {
                    "propertyName": "closedate",
                    "operator": "HAS_PROPERTY"
                },
                {
                    "propertyName": "dealstage",
                    "operator": "EQ",
                    "value": "contractsent"
                }
            ]
        }
    ],
    "sorts": [
        {
            "propertyName": "createdate",
            "direction": "DESCENDING"
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 15:12:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821470#M65715</guid>
      <dc:creator>Axl-ArrasDev</dc:creator>
      <dc:date>2023-07-18T15:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deals with deal owner information and contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821872#M65746</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/600590"&gt;@Axl-ArrasDev&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately not. You'll need to make an additional request to GET /crm/v3/owners/{ownerId}&amp;nbsp;to pull the email (and other information if needed i.e first and last name).&amp;nbsp; See&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/owners" target="_blank" rel="noopener"&gt;Owners API&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe the reason for this is how the "Deal Owner" property (or any owner property for that matter) works in HubSpot. It is storing the owner ID behind the scenes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 09:36:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821872#M65746</guid>
      <dc:creator>coldrickjack</dc:creator>
      <dc:date>2023-07-19T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deals with deal owner information and contacts</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821938#M65753</link>
      <description>&lt;P&gt;Oh, I wanted to make less request as possibile &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks btw &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 11:30:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Deals-with-deal-owner-information-and-contacts/m-p/821938#M65753</guid>
      <dc:creator>Axl-ArrasDev</dc:creator>
      <dc:date>2023-07-19T11:30:01Z</dc:date>
    </item>
  </channel>
</rss>

