Export status of partial responses in progress via the API | XM Community
Solved

Export status of partial responses in progress via the API

  • 26 April 2018
  • 1 reply
  • 120 views

Hi all, I'm using python to access the v3 API in Qualtrics.

I'm having no problem using _responseexports_ to get the full response set of completed responses, but can't seem to find a REST API call to get information on in progress and responses that have not yet been started.

This is a survey in which I generated individual links per respondent, but any API call to just get a list of partial responses and either the currently answered record or the recipient email / embedded data is all I need. I have the export of the links in a spreadsheet, and so even if I can programmatically get a list of users that have begun the survey would give me most of what I need to know.

Any thoughts? It seems like this should be a core part of the API.
icon

Best answer by MohammedAli_Rajapkar 26 April 2018, 16:51

View original

1 reply

Userlevel 7
Badge +20
Unfortunately, there is no V3 API to fetch the in-progress data. However, Qualtrics do have API version 2.4 for fetching the in-progress data

Please check below:
https://survey.qualtrics.com/WRAPI/ControlPanel/docs.php#getLegacyResponseData_2.4

Leave a Reply