Dashboard API use

Hello everyone,
I am a trainee and the company where I am now asked me to find a way to navigate between the existing dashboards using their names. I am using grafana 7.
I found this Dashboard HTTP API | Grafana Labs where we can get dashboards by ids or uids (which i think would work too), but I don’t really understand how can we use it.
Any explanation will be appreciated. :slight_smile:

you can create a text panel and write html and js code that just simply redirect you to the other dashboard using there uids
and you can style the js panel as you like

Thank you so much for your answer, I will try this :slight_smile: