Is there any functionality built into the Qualtrics API to get survey responses that were only submitted within a certain timeframe/date window?
Page 1 / 1
You should check out this page: https://api.qualtrics.com/v3/docs/create-response-export
You can set the startDate and endDate parameters for your API call.
You can set the startDate and endDate parameters for your API call.
You will have to use below 3 API:
1. Create response export: https://api.qualtrics.com/docs/create-response-export
2. Get Response Export Progress: https://api.qualtrics.com/docs/get-response-export-progress
3. Get Response Export File: https://api.qualtrics.com/docs/get-response-export-file
Provide the startDate and endDate parameter as per your need.
1. Create response export: https://api.qualtrics.com/docs/create-response-export
2. Get Response Export Progress: https://api.qualtrics.com/docs/get-response-export-progress
3. Get Response Export File: https://api.qualtrics.com/docs/get-response-export-file
Provide the startDate and endDate parameter as per your need.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.