Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Import app using QRS API

I am trying to import an app using QRS API in a .Net application.

I am using the following URL for Import:

/qrs/app/import?name=MyImpportedApp

I am passing the following body:

string data = "[{\"name\":\"MyApp.qvf\"}]";

I am using the following headers:

request.Headers.Add("X-Qlik-Xrfkey", Xrfkey);

request.Headers.Add("X-Qlik-User", @"UserDirectory=somedirectory;UserId=someuser");

request.ContentType = "application/json";

I am getting a 400 bad request error response from the server

Also in addition to name of the app I would like to pass the path where the QVF file is present

Thanks in advance

KW

0 Replies