Not getting latest responses in download | XM Community
Solved

Not getting latest responses in download

  • 25 January 2019
  • 2 replies
  • 6 views

Userlevel 1
Badge +2
I am using following API to download responses from our survey SurveyId (SV_51p29YnUfv2F045). We are not getting responses from yesterday, can someone guide us

We used below API to craete export request :
https://rocheapac.au1.qualtrics.com/API/v3/responseexports
Params : {'format':'csv', 'lastResponseId': 'R_1DNcDiuyc1krfUL'}

We used below API to check progress of the export :
https://rocheapac.au1.qualtrics.com/API/v3/responseexports/$exportProgressId
icon

Best answer by MsIreen 29 January 2019, 14:00

View original

2 replies

Userlevel 7
Badge +23
Try this one: https://env.qualtrics.com/API/v3/surveys/surveyId/export-responses
more info
Userlevel 1
Badge +2
Thank you for your reply, I will use this API.

Both API export result in the form of file. Is there any API available in Qualtrics to read response of specific contact ID directly in JSON format (instead of downloading as file)

Leave a Reply