Answered

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

  • 9 February 2023
  • 4 replies
  • 159 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

4 replies

Userlevel 5
Badge +5

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!

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

Userlevel 7
Badge +5

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

Reply