Embed Full Dashboard not only Panel

I grafana is really nice hosting/embedding a panel in a 3rd party application.

Is there a corresponding way to embed the full dashboard that could contain multiple panels ?

  • What Grafana version and what operating system are you using?
    Self-hosted 9.2

  • What are you trying to achieve?
    Embed a full dashboard, not only a panel

  • How are you trying to achieve it?
    I tried to author the panel information out of the Iframe code, but I got ‘Panel with id 0 not found’ error.

After removing the panel ID the Iframe looks like:

<iframe id="grafanaIframe"src="https://mydomain.com:3000/d-solo/VdzcNwS4k/new-dashboard-copy?from=1666806814381&to=1666828414382&orgId=3" width="450" height="600" frameborder="0"></iframe>