Dowloading the Edited Data of a Question and not the Original Data | XM Community
Question

Dowloading the Edited Data of a Question and not the Original Data

  • 30 October 2020
  • 0 replies
  • 6 views

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




0 replies

Be the first to reply!

Leave a Reply