APIs & Integrations

tommitchell
Contributor

Trying to GET all form submissions

Hi, proper API noob here. All i'm trying to do is pull a list of all submissions for a specific form into a Google Sheet in one go for ongoing reporting purposes - can I do this without 'paging' or is there a way to automatically pull in results from all subsequent pages in order to get all submissions in a single go? Currently I'm just using this and only getting a limited number of responses plus a 'paging next link'. Any help appreciated.
https://api.hubapi.com/form-integrations/v1/submissions/forms/[my-form-id]?hapikey=[my-api-key]


 

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

Trying to GET all form submissions

Hey @tommitchell,

 

No noob at all, no worries 🙂 

 

In this case, I'd like to recommend for your team to use the in-app export function: Export form submissions. This is because, the Get submissions for a form endpoint supports a maximum of 50 responses per request. Hence, there'll be cases in which your team would still need to page through the requests. 

0 Upvotes