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

Unable to retrieve response id

  • August 10, 2020
  • 1 reply
  • 57 views

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

Best answer by rondev

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

View original

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1449 replies
  • Answer
  • August 10, 2020

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


Leave a Reply