Is this possible to download PDF summary of responses by using Qualtrics API in Python?
Solved
Is this possible to download PDF summary of responses by using Qualtrics API in Python?

Best answer by rondev
Yes, it is possible. First create a csv sheet with all the response id in a column. Then write a python code which would do this - Parse the csv file in your code. Loop through each row and get the response id. Get the generalized response pdf link/URL from here and add(format) response id and survey id to it. Use requests.get method to save the pdf
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.