Can API getSurvey to download fields with 'choice text' instead of 'numeric fields'? | XM Community
Skip to main content
Is there an option in the API getSurvey (or another way) to download fields with the 'Use choice text' option instead of 'Use numeric fields'? (That option is available in the survey Export GUI.)
Yes https://api.qualtrics.com/docs/response-exports
Hello @shinydodad ,



In this api i.e create-response-export, there is field UseLabels with following explanation



useLabels: boolean

Instead of exporting the recode value for the answer choice, export the text of the answer choice. For more information on recode values, see Recode Values.



So, you will set this field as true

Is there a way to do that using Python?


Is there a way to do that using Python?

Yes, here’s the sample: https://api.qualtrics.com/65d940abeba1b-new-survey-response-export-guide


Leave a Reply