Feedback
Answered

Is there a quicker way to download result of many forms?

  • 9 February 2023
  • 2 replies
  • 21 views

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

 

 

icon

Best answer by jeremielp 9 February 2023, 15:44

View original

2 replies

Userlevel 5
Badge +4

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.

Userlevel 7
Badge +5

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

Reply