Solved
Limiting Survey API Data Extraction to Prior 10 Days
Hi,
We are successfully extracting our Qualtrics survey data using the API into a csv file. Question, how can we modify the API script such that only the prior 10 days are pulled? (It currently extracts all history) Also, we'd like to pass today's date into the title of the csv file that would only have the last 10 days of data. Is this possible?
Thanks,
Kevin
Best answer by deepak_rai
For 10 days use
downloadRequestPayload = '{"format":"' + fileFormat + '","startDate": "2019-01-01T00:00:00Z","endDate": "2019-01-15T13:36:24Z"}'
It will give you data for Jan 1st till 15th
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
