Dowloading the Edited Data of a Question and not the Original Data | XM Community
Skip to main content

Hello,
Does anyone knows how to download the edited data of a question and not the original data that Qualtrics has as a backup?

I´m using a code for Python but i does not give me the edited data from a question.
Following is the code:

# Step 1: Creating Data Export
downloadRequestUrl = baseUrl
useLabels = True
dictionaryPayload = {'format': fileFormat, 'surveyId': surveyId, 'useLabels': useLabels}
downloadRequestPayload = json.dumps(dictionaryPayload)
downloadRequestResponse = requests.request("POST", downloadRequestUrl, data=downloadRequestPayload, headers=headers)
progressId = downloadRequestResponse.json())"result"]]"id"]
print(downloadRequestResponse.text)

Regards,
Ariel



Be the first to reply!

Leave a Reply