dashboard query retrieves detailed information about a specific dashboard by its unique identifier.
Signature
Arguments
The unique identifier of the dashboard to retrieve.
The access level required for the dashboard. See DashboardScope.
Optional version identifier for retrieving a specific historical snapshot of the dashboard.
Response
Returns aDashboard object containing the complete dashboard configuration and metadata. See Dashboard for the schema.
Usage example
This example shows how to retrieve a dashboard with editor access:Next steps
Dashboards Query
Retrieve multiple dashboards
Update Dashboard
Modify dashboard properties
Dashboard Object
Complete dashboard schema

