Not getting latest responses in download | XM Community
Skip to main content
Solved

Not getting latest responses in download

  • January 25, 2019
  • 2 replies
  • 18 views

Forum|alt.badge.img+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

Best answer by MsIreen

Try this one: https://env.qualtrics.com/API/v3/surveys/surveyId/export-responses more info

2 replies

MsIreen
Level 5 ●●●●●
Forum|alt.badge.img+23
  • Level 5 ●●●●●
  • Answer
  • January 29, 2019
Try this one: https://env.qualtrics.com/API/v3/surveys/surveyId/export-responses more info

Forum|alt.badge.img+2
  • Author
  • February 18, 2019
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)