Query all dashboards
Raising this as a response to https://github.com/mongodb-js/charts-embed-sdk/issues/88
Basically, it would be cool to explore the Mongo Atlas Charts with a query command. Something like sdk.getDashboardIds()
- there is already something like this for Charts with getAllCharts()
.
Use Case: We want to integrate the process of the new creation of dashboards and embedding these dashboards and charts on our own website. With a call like this we could write a scheduler job or similiar that frequently pulls in newly created dashboards.
2
votes
Alex Roos
shared this idea