Published Dashboard
PublishedDashboard object
- display_namestring
The display name of the published dashboard.
- warehouse_idstring
The warehouse ID used to run the published dashboard.
- embed_credentialsboolean
Indicates whether credentials are embedded in the published dashboard.
- revision_create_timestring
The timestamp of when the published dashboard was last revised.
Get GA
GET
Get the current published dashboard.
API scopes: dashboards
Parameters
- dashboard_idstringpath
UUID identifying the published dashboard.
Response
Returns the PublishedDashboard object.
Delete GA
DELETE
Unpublish the dashboard.
API scopes: dashboards
Parameters
- dashboard_idstringpath
UUID identifying the published dashboard.
Revert Dashboard GA
POST
Revert a dashboard's definition in draft mode to the last published version.
API scopes: dashboards
Parameters
- dashboard_idstringpath
UUID identifying the dashboard.
Request body
- etagstring
The etag for the dashboard. Optionally, it can be provided to verify that the dashboard has not been modified from its last retrieval.
Response
- dashboardobject
The reverted dashboard.
Show child attributesHide child attributes
- dashboard_idstring
UUID identifying the dashboard.
- display_namestring
The display name of the dashboard.
- pathstring
The workspace path of the dashboard asset, including the file name. Exported dashboards always have the file extension
.lvdash.json. This field is excluded in List Dashboards responses.
- create_timestring
The timestamp of when the dashboard was created.
- update_timestring
The timestamp of when the dashboard was last updated by the user. This field is excluded in List Dashboards responses.
- warehouse_idstring
The warehouse ID used to run the dashboard.
- etagstring
The etag for the dashboard. Can be optionally provided on updates to ensure that the dashboard has not been modified since the last read. This field is excluded in List Dashboards responses.
- serialized_dashboardstring
The contents of the dashboard in serialized string form. This field is excluded in List Dashboards responses. Use the get dashboard API to retrieve an example response, which includes the
serialized_dashboardfield. This field provides the structure of the JSON string that represents the dashboard's layout and components.
- lifecycle_statestring
The state of the dashboard resource. Used for tracking trashed status.
- parent_pathstring
The workspace path of the folder containing the dashboard. Includes leading slash and no trailing slash. This field is excluded in List Dashboards responses.