Hi all, Trying to figure out how to filter widgets based on their types. For example, let's say we have 50 dashboards where each has 7 widgets. Question is is there a way to filter out based on the ...
Thank you for your input. Have started doing it the way you proposed while in parallel looking into the suggestion on retrieving the widgets types by API.
I’m sharing the information provided by the CSM to summarize the suggested solution.
The recommended API endpoint is 1.0 GET​/dashboards​/{dashboardId}​/widgets. This endpoint provides details on each widget, including the widget type, for the specified dashboardId
Proposed Script Solution Workflow:
Generate a list of all dashboardId.
Specify the fields to retrieve in the API call: oid, title, type, and subtype.
Execute a GET request for each dashboardId in the list.