APIs & Integrations

NKjaer
Member

Hubspot not limiting form returns to 50

SOLVE

Hello, 

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.

 

We are using the following HubSpot APIs: 

/form-integrations/v1/submissions/forms/

 

Thanks!

0 Upvotes
1 Accepted solution
evaldas
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Hubspot not limiting form returns to 50

SOLVE

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).

 

evaldas_0-1741123574405.png

 

If you are working with a more complex setup, I would suggest reaching out to Celigo suport or posting in the Celigo community forums.

 


✔️ Did this post help answer your query? Help the community by marking it as a solution.

View solution in original post

3 Replies 3
evaldas
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Hubspot not limiting form returns to 50

SOLVE

Hi @NKjaer,

 

Confirming that the limit parameter is functioning properly.

 

When this endpoint is used, it correctly returns 50 form submissions of the specified form:

 

/form-integrations/v1/submissions/forms/xxxxxxxxxxxxxx?limit=50


xxxxxxxxxxxxxx = your form guid

 

Perhaps the ?limit=50 is getting lost or not recognized somewhere in your setup. 

 


✔️ Did this post help answer your query? Help the community by marking it as a solution.

NKjaer
Member

Hubspot not limiting form returns to 50

SOLVE

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.

/form-integrations/v1/submissions/forms/2977e82f-4082-475c-86a8-e86732b073d3?limit=50&delta={{{lastExportDateTime}}}

 

 When I send without the delta parameter it does not work either so I do not believe that it is the problem.

0 Upvotes
evaldas
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Hubspot not limiting form returns to 50

SOLVE

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).

 

evaldas_0-1741123574405.png

 

If you are working with a more complex setup, I would suggest reaching out to Celigo suport or posting in the Celigo community forums.

 


✔️ Did this post help answer your query? Help the community by marking it as a solution.