Export-response API Call Returning 404-Not Found Resource Does Not Exist | XM Community
Skip to main content
i'm able to export manually in the front end, however when i try the call in postman (passing the survey and ProgressId and same credentials) i get the error below



{

"meta": {

"httpStatus": "404 - Not Found",

"error": {

"errorMessage": "The requested resource does not exist."

}

}

}
This usually happens when there is a typo. Can you confirm your credentials and IDs are correct?
yes, using the same API token. export-response call runs successfully and returns the id, but i get that error trying to return the status... just adding the progressID in the URL.

Leave a Reply