Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return nested data in dashboard get request #16052

Closed
imogenkinsman opened this issue Nov 26, 2019 · 0 comments · Fixed by #16057
Closed

return nested data in dashboard get request #16052

imogenkinsman opened this issue Nov 26, 2019 · 0 comments · Fixed by #16057
Assignees
Labels
kind/tech-debt Needs cleanup, will make the developer experience better team/user-tools

Comments

@imogenkinsman
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/tech-debt Needs cleanup, will make the developer experience better team/user-tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants