I have a dashboard which has four sub menus and each sub menu has 7 panels.
I need to retrieve all panel ids present in a dashboard. Tried following two options:
- GET /api/dashboards/uid/
- GET /api/dashboards/db/:slug
But I am not getting all the panel ids. Getting only the ids present under first sub menu in that dashboard.
Can anyone help?