Knowledge Base Article

Retrieve All Widget IDs, Titles And Types In A Dashboard

1) Open the Developers Console (press F12 in Chrome.)
2) Navigate to Console tab:
3) In the console prompt line, enter the following script and press Enter:
4) prism.activeDashboard.widgets.toArray()
5) This results in a printout of an object with the widget ID, title and data type:
Updated 02-16-2024
No CommentsBe the first to comment