Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone please share any sample code for Import app api .
This is the error i am facing it :
" Missing parameter value(s) "
The command that i used is (i have masked my server ip address and port)
POST : http://myserveripport/
I have used postman tool to test.
Thanks for your support
I have missed out the details , they are below :
POST :
The Parameters are :
x-Qlik-Xrfkey : ABCDEFG123456789
Content-Type : application/json
X-Qlik-Session-ticket: UserDirectory=mydirectory;UserId=myuserid
body = "{
'id':'',
'columns':
[
{
'name':'testsales_data.qvf',
}
]
}"
I have used Postman tool to test this .
it always throws exception as : Missing Parameter values
Please suggest me any solutions for this.
Thanks.
You need change the Request Body as "form-data" and browse the file you want to import as shown below.
HTTP Method : POST
Note the Endpoint :- /qrs/app/upload?name={name}&keepdata={keepdata}&privileges={appendprivileges}&excludeconnections={excludeconnections}
Please mark the reply as "Correct Answer" if this has solved your issue, as it helps community users to look into un-solved issues.