Get survey responses within timeframe | XM Community
Solved

Get survey responses within timeframe

  • 28 August 2018
  • 2 replies
  • 106 views

Is there any functionality built into the Qualtrics API to get survey responses that were only submitted within a certain timeframe/date window?
icon

Best answer by JasonHill 28 August 2018, 22:44

View original

2 replies

Userlevel 4
Badge +6
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.
Userlevel 7
Badge +20
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