You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the required data for a dashboard is a pain. It requires multiple API requests to get the dashboard, its cells, and the nested views for each cell.
In order to make it a non-breaking change, we should pass an optional param to the GET /dashboards/:id endpoint to have it return all of that data in a single request.
Getting the required data for a dashboard is a pain. It requires multiple API requests to get the dashboard, its cells, and the nested views for each cell.
In order to make it a non-breaking change, we should pass an optional param to the
GET /dashboards/:id
endpoint to have it return all of that data in a single request.ref #15898
The text was updated successfully, but these errors were encountered: