Unable to retrieve response id | XM Community
Skip to main content

Hi!
I am trying to retrieve the response id of the surveys in the JSON format, however this is how I am receiving the data:
image.png--------------------------------------------------------------------------------------------------------------------------------
I took following steps in Postman to fetch the data:

  1. POST https://*******.az1.qualtrics.com/API/v3/surveys/{suveyId}/export-responses/

BODY: {
     "format": "json"
}
(Received {exportProgressId})
-------------------------------------------------------------------------------------------------------------------------
2. GET https://*******.qualtrics.com/API/v3/surveys/{surveyId}/export-responses/{exportProgressId}
(Received {fileId})
--------------------------------------------------------------------------------------------------------------------------
3. GET /surveys/{surveyId}/export-responses/{fileId}/file
Received:
image.png----------------------------------------------------------------------------------------------------------------------------
What could be causing this issue and how to fix it?
Thank you

In the postman application, instead of "Send", click "Send and download"


Leave a Reply