<?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: Extract &amp;quot;entered deal stage&amp;quot; data via API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236768#M15664</link>
    <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/derek_gervais"&gt;@Derek_Gervais&lt;/A&gt;,&lt;BR /&gt;
Thanks for that note. I'm interested in calculating &lt;CODE&gt;entered deal stage&lt;/CODE&gt; as well, but for a slightly different purpose.&lt;/P&gt;
&lt;P&gt;I'm building a report on the # SQLs created in a month, where SQL is a &lt;CODE&gt;dealstage&lt;/CODE&gt; value. Specifically, I'm interested in all SQLs created in a specific month, regardless of the current &lt;CODE&gt;dealstage&lt;/CODE&gt; value of the Deal (e.g. a Deal could be Closed Won by the end of the month but still needs to be counted).&lt;/P&gt;
&lt;P&gt;Is there a way to retrieve the &lt;CODE&gt;dealstage&lt;/CODE&gt; history, rather than just the current status?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Sep 2018 14:05:14 GMT</pubDate>
    <dc:creator>PeterStrik</dc:creator>
    <dc:date>2018-09-27T14:05:14Z</dc:date>
    <item>
      <title>Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236766#M15662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The HS Service told me that one cannot extract “entered deal stage” data information from Hubspot, as these aren’t Deal properties, but “information stored on the back end of the deal record”. I would like to run cohorts based on these information, preferably within Slemma.&lt;/P&gt;
&lt;P&gt;Do you have tips how to do that?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 14:12:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236766#M15662</guid>
      <dc:creator>RecruitNB</dc:creator>
      <dc:date>2017-09-06T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236767#M15663</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/recruit"&gt;@Recruit&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Support was correct; there isn’t an ‘Entered deal stage’ deal property that keeps track of when a deal has entered a particular stage. What you might consider doing is to use the Deals API to get a deal, and include the &lt;CODE&gt;dealstage&lt;/CODE&gt; property. The &lt;CODE&gt;timestamp&lt;/CODE&gt; field is the date/time the &lt;CODE&gt;dealstage&lt;/CODE&gt; property was set to it’s current value, which you could use as the date/time the deal ‘entered’ that stage.&lt;BR /&gt;
&lt;ASIDE class="onebox whitelistedgeneric"&gt;
  &lt;HEADER class="source"&gt;
      &lt;IMG src="https://developers.hubspot.com/hs-fs/hub/428357/file-2168997910-ico/favicon.ico?t=1511211924848" class="site-icon" width="16" height="16" /&gt;
      &lt;A href="https://developers.hubspot.com/docs/methods/deals/get_deal" target="_blank" rel="nofollow noopener"&gt;developers.hubspot.com&lt;/A&gt;
  &lt;/HEADER&gt;
  &lt;ARTICLE class="onebox-body"&gt;
    

&lt;/ARTICLE&gt;&lt;/ASIDE&gt;&lt;/P&gt;&lt;H3&gt;&lt;A href="https://developers.hubspot.com/docs/methods/deals/get_deal" target="_blank" rel="nofollow noopener"&gt;Get a Deal | Deals API&lt;/A&gt;&lt;/H3&gt;

&lt;P&gt;GET &amp;nbsp;/deals/v1/deal/:dealId - Returns an object representing the deal with the id :dealId associated with the specified portal.&lt;/P&gt;


  
  &lt;DIV class="onebox-metadata"&gt;
    
    
  &lt;/DIV&gt;
  &lt;DIV style="clear: both"&gt;&lt;/DIV&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 20:23:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236767#M15663</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2017-09-06T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236768#M15664</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/derek_gervais"&gt;@Derek_Gervais&lt;/A&gt;,&lt;BR /&gt;
Thanks for that note. I'm interested in calculating &lt;CODE&gt;entered deal stage&lt;/CODE&gt; as well, but for a slightly different purpose.&lt;/P&gt;
&lt;P&gt;I'm building a report on the # SQLs created in a month, where SQL is a &lt;CODE&gt;dealstage&lt;/CODE&gt; value. Specifically, I'm interested in all SQLs created in a specific month, regardless of the current &lt;CODE&gt;dealstage&lt;/CODE&gt; value of the Deal (e.g. a Deal could be Closed Won by the end of the month but still needs to be counted).&lt;/P&gt;
&lt;P&gt;Is there a way to retrieve the &lt;CODE&gt;dealstage&lt;/CODE&gt; history, rather than just the current status?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 14:05:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236768#M15664</guid>
      <dc:creator>PeterStrik</dc:creator>
      <dc:date>2018-09-27T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236769#M15665</link>
      <description>&lt;P&gt;&lt;A class="mention" href="https://community.hubspot.com/u/peter.strik"&gt;@peter.strik&lt;/A&gt; did you perhaps find a solution for this? I'm creating SQL query to show deals entered in sample stage for specific stage to no avail. I've used above tip but it doesnt show perfect numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 11:38:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236769#M15665</guid>
      <dc:creator>Matija2209</dc:creator>
      <dc:date>2018-11-22T11:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236770#M15666</link>
      <description>&lt;P&gt;Hi, all.&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response, &lt;A class="mention" href="https://community.hubspot.com/u/peter.strik"&gt;@peter.strik&lt;/A&gt;. This topic fell through the cracks. It &lt;EM&gt;is&lt;/EM&gt; possible to retrieve the &lt;CODE&gt;dealstage&lt;/CODE&gt; property history:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you're using the &lt;A href="https://developers.hubspot.com/docs/methods/deals/get-all-deals"&gt;Get all deals&lt;/A&gt; endpoint, include the query parameter &lt;CODE&gt;propertiesWithHistory=dealstage&lt;/CODE&gt; in your request.&lt;/LI&gt;
&lt;LI&gt;If you're using the &lt;A href="https://developers.hubspot.com/docs/methods/deals/get_deal"&gt;Get a deal&lt;/A&gt; endpoint, include the query parameter &lt;CODE&gt;includePropertyVersions=true&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Welcome, &lt;A class="mention" href="https://community.hubspot.com/u/matija_ziberna"&gt;@Matija_Ziberna&lt;/A&gt;! Let me know if the above methods work for you.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 14:02:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/236770#M15666</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-11-27T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/349920#M34295</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;dealsResponse = &lt;SPAN&gt;await &lt;/SPAN&gt;hubspot.deals.&lt;SPAN&gt;get&lt;/SPAN&gt;(&lt;BR /&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;properties&lt;/SPAN&gt;: [&lt;SPAN&gt;'dealname'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'closedate'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'createdate'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'dealstage'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'amount'&lt;/SPAN&gt;]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;propertiesWithHistory&lt;/SPAN&gt;: [&lt;SPAN&gt;'closedate'&lt;/SPAN&gt;]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;propertiesWithHistory&lt;/SPAN&gt;: [&lt;SPAN&gt;'dealstage'&lt;/SPAN&gt;]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;propertiesWithHistory&lt;/SPAN&gt;: [&lt;SPAN&gt;'dealname'&lt;/SPAN&gt;]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;propertiesWithHistory&lt;/SPAN&gt;: [&lt;SPAN&gt;'Amount'&lt;/SPAN&gt;]&lt;BR /&gt;&lt;BR /&gt;    })&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;doing so I can only get&amp;nbsp;Amount history data,&amp;nbsp;cannot get&amp;nbsp;dealstage etc.&amp;nbsp;&lt;BR /&gt;could you please help me ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:52:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/349920#M34295</guid>
      <dc:creator>coolbublik</dc:creator>
      <dc:date>2020-06-25T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/391136#M38595</link>
      <description>&lt;P&gt;Hi there &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;That seems to only apply to v1 of the API, is that correct?&lt;BR /&gt;Passing `&lt;SPAN&gt;includePropertyVersions=true`&amp;nbsp; to v3 `GET` didn't yield the history.&lt;BR /&gt;&lt;BR /&gt;Is there an equivalent capability for v3? (either on `List` or `Search`)?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 20:24:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/391136#M38595</guid>
      <dc:creator>talyhProp</dc:creator>
      <dc:date>2020-12-03T20:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract "entered deal stage" data via API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/391262#M38623</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152473"&gt;@talyhProp&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is correct. At this time, the &lt;A href="https://developers.hubspot.com/docs/api/crm/deals" target="_blank" rel="noopener"&gt;v3 CRM APIs&lt;/A&gt; do not support fetching property histories. The product team is aware of this limitation and folks like&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;and Developer Support will continue advocating for the feature.&lt;BR /&gt;&lt;BR /&gt;In the meantime, if it's critical to pull property histories, it's fine to continue using the &lt;A href="https://legacydocs.hubspot.com/docs/methods/deals/deals_overview" target="_blank" rel="noopener"&gt;v1 Deals API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 12:49:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-quot-entered-deal-stage-quot-data-via-API/m-p/391262#M38623</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-12-04T12:49:31Z</dc:date>
    </item>
  </channel>
</rss>

