[release-12.3.1] Docs: Add dashboard dto information (#114610)

Docs: Add dashboard dto information (#114459)

---------


(cherry picked from commit 3b481f8687)

Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-12-17 06:01:37 +01:00
committed by GitHub
parent d8e5d4a51c
commit d31dc9e912
@@ -628,6 +628,14 @@ Status Codes:
- **403** Access denied
- **404** Not Found
### Retrieve additional access information
`GET /apis/dashboard.grafana.app/v1beta1/namespaces/:namespace/dashboards/:uid/dto`
Retrieves a dashboard with additional access information.
The `GET` response includes an additional `access` section with data such as if it's a public dashboard, or the dashboard permissions (admin, editor) of the user who made the request.
## List Dashboards
`GET /apis/dashboard.grafana.app/v1beta1/namespaces/:namespace/dashboards`