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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.