ReportDashboards
Get one ReportDashboard
Retrieve a single ReportDashboard record by its Id.
GET
Get one ReportDashboard
A self-service reporting dashboard: an ordered grid of tiles that reference saved reports (report_definition) or built-in templates, with dashboard-level parameters (date range, locations) bound to each tile’s filters.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the ReportDashboard-Read role.Path Parameters
integer
required
The Id of the ReportDashboard record to retrieve.
Code Examples
Response
200
integer
ID of the business that owns this dashboard.
string
Dashboard name.
string
Optional description.
string
DashboardLayout JSON (version 1): { version, parameters: [{ id, type: date_range|business_scope|enum|text, label, default }], widgets: [{ id, kind: report|heading|text, reportDefinitionId?, templateKey?, title?, size: { w: 1-4, h: 1-3 }, bindings: { parameterId: fieldPath | ”*” }, visualizationOverride? }], refreshIntervalSeconds? }.
integer
Version of the LayoutJson schema.
Visible to every user of the business; when false only the owner sees it.
integer
User who created the dashboard (set automatically).
string
Display value for Owner.FullName..
string
Display value for Owner.Email..
string
Key of the built-in template this dashboard was copied from, if any.
boolean
Shown first in the Dashboards library for this business.
integer
Auto-refresh interval in seconds (0 = manual).
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response