Skip to main content

So boring when you have many forms to download, please make this quicker: potential solution described in video!

 

 

You can do that with the API.

 

1) Retrieve all forms that interest you (by date / query / workspace...) :

GET https://api.typeform.com/forms
Doc: https://www.typeform.com/developers/create/reference/retrieve-forms/

 

2) Loop through all form IDs and use these IDs to download responses to each form

GET https://api.typeform.com/forms/{form_id}/responses
Doc: https://www.typeform.com/developers/responses/reference/retrieve-responses/

 

3) Arrange the data the way you need for your analysis.


Hi @liv Were you able to use the suggestion above? Let us know how it went!


@jeremielp @Liz - Is there any way on the platform where we can download all responses from multiple typeforms in a single click?


Hi @Romil28 In the builder, we don’t have this option, but I’d definitely suggest using the Responses API!


Did anyone figure out how to do this without using API?


Reply