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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
v3nkateswara
Contributor
Contributor

import app api qrs/app/import

curl --location --request POST 'https://<url>:4242/qrs/app/import?name=Operations_Monitor.qvf&keepdata=false&excludeConnections=true&xrfkey=12345678qwertyui&path=C%253A%255C%255CProgramData%255C%255CQlik%255C%255CSense%255C%255CRepository%255C%255CDefaultApps' \
--header 'X-Qlik-xrfkey: 12345678qwertyui' \
--header 'X-Qlik-User: UserDirectory=INTERNAL;UserId=sa_repository' \
--form 'Content-Type="application/json; charset=utf-8"' \
--form 'name=@"Operations_Monitor.qvf"'

i am using above curl request in postman and  getting missing parameter value error.

https://help.qlik.com/en-US/sense-developer/August2023/Subsystems/RepositoryServiceAPI/Content/Sense...

according my thought documentation is not clear or i am  missing something.

when i am not giving any path in param i am getting error path not found . path is not mention in document and please give us more information regarding path what should be the actual value and please let me know any correction is required in curl request .

 

 

 

Labels (1)
0 Replies