Access other visuals/charts from our own custom visual in sheet
I am doing some R&D in Qlik Sense Custom visuals/extensions. For that, I want to know the is there any API or to access the datasets of other charts/visuals that are presented in Qlik sense sheet?
Any possibility to get other visuals/charts details and their datasets through API or from Qlik Sense Desktop application or qlik object?
I have found these two APIs to fetch the other charts details and respective summary datasets.
getAppObjectList - Gets a list of sheets and visualizations - It retrieves the chart id of the visualizations and other charts.
getObject - Retrieves a Qlik Sense object from the Qlik Sense application - We can retrieve the object which is related to the chart including datasets by chart ID.