Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
benholcomb007
Contributor II
Contributor II

Export App using QRS API - 404 not found issue

I am attempting to use the web request to initiate an app export without data.

I am using this URI:
https://{QlikSenseServer}:4242/qrs/app/{AppId}/export/{uuid-token}?skipData=true&Xrfkey={xRefKey}

It is returning a 404.

The AppID exists and if I just use the URI https://{QlikSenseServer}:4242/qrs/app/{AppId} it returns the JSON for the App information/properties.  

Why is the export (Step 1) call returning the 404 when I try to use the export call?

 

NOTE: Looking at the api call descriptions I have found this POST with the full format of:
https://{QlikSenseServer}:4242/qrs/app/{AppId}/export/{uuid-token}?skipData=true&exportscope={export...

What is the exportscope parameter and is it required?  It is not described in the documentation for this call.

 

1 Solution

Accepted Solutions
benholcomb007
Contributor II
Contributor II
Author

OK, I found the issue.  The request was not doing a POST but a GET. 

It now works as intended.

View solution in original post

1 Reply
benholcomb007
Contributor II
Contributor II
Author

OK, I found the issue.  The request was not doing a POST but a GET. 

It now works as intended.