Jaseibert / QualtricsAPI

QualtricsAPI is a lightweight Python Package for the Qualtrics API.
https://www.qualtricsapi-pydocs.com
MIT License
18 stars 13 forks source link

Add new Parameters for Survey Response #10

Closed uppy1985 closed 11 months ago

uppy1985 commented 2 years ago

I am able to update the package on my local machine, but I think it would be worth updating the get_survey_responses() function to use all available arguments. I came across this limitation while I was trying to use breakoutSets=False. Another I like to use is questionIds which accepts an array to limit the columns in the initial data pull. I believe all existing parameters are included here: https://api.qualtrics.com/sdks/b3A6NjEwMzk-start-response-export

I really appreciate the work that has been put into this as I struggle with the JSON formatting required to use the API without this package.

Jaseibert commented 11 months ago

@uppy1985 I have added the additional fields for this endpoint and it is available in the latest version.