Forum Discussion

Mosh's avatar
Mosh
Icon for Professor rankProfessor
6 years ago

How can I find the dashboard a widget is on?

I have the numeric ID of a widget (used by a REST API call from an external app) but I can't seem to find it on any dashboards.  Is there a way I can locate which dashboard the widget is on?

2 Replies

Replies have been turned off for this discussion
  • Via the API? Using /dashboard/widgets/{widgetid} will provide a "dashboardId" pointing to the dashboard it's on. You can then call /dashboard/dashboards/{dashid} to get the name of the dashboard.