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:
--------------------------------------------------------------------------------------------------------------------------------
I took following steps in Postman to fetch the data:
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:
----------------------------------------------------------------------------------------------------------------------------
What could be causing this issue and how to fix it?
Thank you