Get survey responses within timeframe | XM Community
Skip to main content
Is there any functionality built into the Qualtrics API to get survey responses that were only submitted within a certain timeframe/date window?
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 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.

Leave a Reply