Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a case where I need to automatically add collections to the Insights Home page - adding and removing widgets in a centrally managed page, using logic automatically - preferably using automations.
I have retrieved the enpoint i need to call:
api/v1/hub-dashboards/<HubDashboardID>
... and I need to do a PATCH with this body:
I'd assume this would be a - not too uncommon - case for organizations managing multiple tenants through the Platform Operations blocks in automations, needing to align the insights home pages across tenants.
Anyone out there in the Qlik Community who has any help at hand?
All the best,
For anyone who might be interested:
I believe I found a way. It appears that a widget is created in the background, and linked with the collection ID. I found a /hub-widgets enpoint (by guessing), from where I can get the full list of widgets as well as create new ones - from there I can inject them into the Insights Home using the code above.