Get survey responses within timeframe | XM Community
Skip to main content
Solved

Get survey responses within timeframe


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

Best answer by JasonHill

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.
View original

2 replies

JasonHill
Level 2 ●●
Forum|alt.badge.img+6
  • Level 2 ●●
  • 33 replies
  • Answer
  • August 28, 2018
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.

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+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