Create dashboard
Creates a new dashboard. Existing reports can optionally be attached to the dashboard at creation time; report widgets will be appended sequentially.
Attaching reports to the dashboard is done on a best-effort basis, and it’s possible that some or all reports may fail to be attached. The dashboard will still be created, and no error will be returned. The requestor should check the widgets field in the response object to see which reports were successfully attached.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
The name of the new dashboard.
The ID of the business unit to associate the new dashboard with. Optional, the account's default is used by default.
A description of the new dashboard. Optional.
Array of IDs of reports that should be added to the dashboard after creation. Optional.
Response
successful operation
Whether the dashboard is archived.
The ID of the business unit that the dashboard is associated with.
The date and time when the dashboard was created, in ISO 8601 format.
The ID of the dashboard.
The name of the dashboard.
The date and time when the dashboard was last updated, in ISO 8601 format.
If the dashboard is archived, the date and time when the dashboard was archived, in ISO 8601 format. Absent if the dashboard is not archived.
The ID of the user who created the dashboard. May be absent.
A description of the dashboard. May be absent.
The date and time when the dashboard was last viewed, in ISO 8601 format. Absent if it has not been viewed yet.
The ID of the user who last viewed the dashboard. Absent if it has not been viewed yet.
The ID of the user who owns the dashboard. Absent if the dashboard is currently unowned.
Array of objects representing the tags that the dashboard is tagged with.
Only returned when requested by including the tags field in the properties query parameter.
The ID of the user who last updated the dashboard. May be absent.
An array of objects representing the widgets on the dashboard.
Only returned when requested by including the widgets field in the properties query parameter.