Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
patrik_seger
Partner - Creator
Partner - Creator

API Refresh on Desktop Hub?

Hi

After creation of a new Qlik Sense application via .NET SDK in Qlik Sense Hub, it does not show up automatically. The user needs to click in the window in order to refresh the content (it is not sufficient with focus on the Window, the user really needs to click inside the window).

Is there an API call to refresh the applications showing in the Hub?

Br Patrik

2 Replies
Alexander_Thor
Employee
Employee

Well the service that serves up the apps to the Hub is updated but the web page has to request a new list.

Previously we actually polled the backend for new apps however it was quite resource intensive hence now we only poll for new apps as you interact with the page. If you are in .NET and you are hosting the Hub through a webcontrol perhaps you could just issue a click event or something similar directly into the Webcontrol to trigger a app refresh

patrik_seger
Partner - Creator
Partner - Creator
Author

Hi Alexander

Thx for the reply, not the answer I hoped for though...

Br Patrik