DNG Widget: How to get the Filters loaded to a module
I am using DNG 703.
Widget runs after opening a Module & applying a filter.
Currently, I am reading the list of filters from innerHTML of the Module, as String variable. Applying the filter the output of following Reportable REST API, to get the final data set.
Issue is that innerHTML does not show latest data, when the page of navigated. Hence Widget is catching wrong data.
Is there any RM Client API like RM.Data.getContentsStructure to read the filtered data set & the list of filters.