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

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

  • February 14, 2020
  • 2 replies
  • 282 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

AliLN
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • February 14, 2020
This usually happens when there is a typo. Can you confirm your credentials and IDs are correct?

  • Author
  • February 14, 2020
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.