So boring when you have many forms to download, please make this quicker: potential solution described in video!
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
Hi
Did anyone figure out how to do this without using API?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.