<?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: Hubspot not limiting form returns to 50 in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1115100#M80599</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/906620"&gt;@NKjaer&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Confirming that the limit parameter is functioning properly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When this endpoint is used, it correctly returns 50 form submissions of the specified form:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/form-integrations/v1/submissions/forms/xxxxxxxxxxxxxx?limit=50&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;xxxxxxxxxxxxxx = your form guid&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Perhaps the &lt;STRONG&gt;?limit=50&lt;/STRONG&gt; is getting lost or not recognized somewhere in your setup.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2025 19:56:30 GMT</pubDate>
    <dc:creator>evaldas</dc:creator>
    <dc:date>2025-02-26T19:56:30Z</dc:date>
    <item>
      <title>Hubspot not limiting form returns to 50</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1114981#M80592</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the Hubspot to NetSuite Celigo integration to pull form submissions from HubSpot into NetSuite. The data is flowing correctly however, the Hubspot response is not limiting to the max amount of 50 (we are recieving over 1000). Even when we use the limit in the API URL it does not limit the response to 50 forms. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the following HubSpot APIs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;/form-integrations/v1/submissions/forms/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 17:20:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1114981#M80592</guid>
      <dc:creator>NKjaer</dc:creator>
      <dc:date>2025-02-26T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot not limiting form returns to 50</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1115100#M80599</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/906620"&gt;@NKjaer&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Confirming that the limit parameter is functioning properly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When this endpoint is used, it correctly returns 50 form submissions of the specified form:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/form-integrations/v1/submissions/forms/xxxxxxxxxxxxxx?limit=50&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;xxxxxxxxxxxxxx = your form guid&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Perhaps the &lt;STRONG&gt;?limit=50&lt;/STRONG&gt; is getting lost or not recognized somewhere in your setup.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 19:56:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1115100#M80599</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2025-02-26T19:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot not limiting form returns to 50</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1117835#M80689</link>
      <description>&lt;P&gt;It does not look like it is getting lost, in the request URL in Celigo I see the limit parameter, here is the URL for reference.&lt;/P&gt;&lt;P&gt;/form-integrations/v1/submissions/forms/2977e82f-4082-475c-86a8-e86732b073d3?limit=50&amp;amp;delta={{{lastExportDateTime}}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;When I send without the delta parameter it does not work either so I do not believe that it is the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 19:19:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1117835#M80689</guid>
      <dc:creator>NKjaer</dc:creator>
      <dc:date>2025-03-04T19:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot not limiting form returns to 50</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1117912#M80691</link>
      <description>&lt;P&gt;I ran a sample GET request in Celigo using the limit parameter and it successfully returns the amount of items I request, so that appears to be working fine as well (in addition to the actual API).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evaldas_0-1741123574405.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/140139i4DA8834909B04AC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="evaldas_0-1741123574405.png" alt="evaldas_0-1741123574405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are working with a more complex setup, I would suggest reaching out to Celigo suport or posting in the &lt;A href="https://connective.celigo.com/" target="_blank" rel="noopener"&gt;Celigo community forums&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 21:31:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-not-limiting-form-returns-to-50/m-p/1117912#M80691</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2025-03-04T21:31:01Z</dc:date>
    </item>
  </channel>
</rss>

