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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Tejas_26
Contributor
Contributor

Connecting to the Qlik Sense App change the name of that app Using External API in Angular js

I try to connect to the Qlik Sense App Using External API in angular js and try to rename that app ,reload that app and republish that app for that i am using below mentioned url to hit but it is showing an error 500 at the time of reload that app and i am also not able to figure out which url should i hit to rename that app .

this is for reloading the app this is post method it is showing 500 error Internal server error


https://usstqs01d.ad.domain.com/qsa/api/hub/v1/apps/2c17d17c-db4e-4ea2-9217-56967eaef525/reload?cach...

 

this for republishing the app this is a put method the app

https://usstqs01d.ad.domain.com/qsa/api/hub/v1/apps/398f21f2-b868-4657-8ed5-8c3742be8588/republish?c...

this is for renaming the app this is post method and it is showing 403 The initial authentication request must be a "GET" request in order to be redirected to the authentication module Error

https://usstqs01d.ad.domain.com/qsa/api/hub/v1/app/2c17d17c-db4e-4ea2-9217-56967eaef525/rename?name=...


 how to resolve those where qsa is an Virtual proxy i have created in Qlik sense even i have added the url http://localhost:4200 in the white list of virtual proxy

All the urls i am using is in attachment kindly please go through that 
Thanks
Labels (4)
1 Reply
alex_colombo
Employee
Employee

Hi @Tejas_Daidawar I'm not aware of these APIs. Are you using these APIs starting from one of our docs/help site? 
What are you trying to build? It is a backend service or a front end application? Based on what you described it seems that you need to use QRS APis for duplicate an existing app, rename it, reload it and publish it to a specific Stream.
Are you using Client Managed version right?