Export-response API Call Returning 404-Not Found Resource Does Not Exist | XM Community
Question

Export-response API Call Returning 404-Not Found Resource Does Not Exist

  • 14 February 2020
  • 2 replies
  • 155 views

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."
}
}
}

2 replies

Userlevel 1
Badge +5
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