Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Dashboard Resources
Analytics dashboards allow users to continuously monitor key metrics of their
business. These resources allow users to manage collections of dashboards, individual dashboards,
dashboard saved views, dashboard histories, and dashboard publishers.
- Available resources:
-
Resource Description Supported HTTP Method Resource URL Dashboards List Resource Returns a collection of Analytics dashboards, or creates a dashboard. GET, POST /wave/dashboards Dashboard Resource Returns or updates the dashboard with the specified ID or API name. GET, DELETE, PATCH /wave/dashboards/<dashboardIdOrApiName> Dashboard Bundle Resource Returns or updates the dashboard bundle with the specified ID or API name. GET, PUT /wave/dashboards/<dashboardIdOrApiName>/bundle Dashboard Histories Resource Returns the dashboard histories with the specified ID or API name. GET /wave/dashboards/<dashboardIdOrApiName>/histories Dashboard Publishers List Resource Returns a list of users who are assigned as publishers for the given dashboard. Adds the current user to the list of publishers for the given dashboard. Removes all users from the dashboard's publisher list. GET DELETE POST /wave/dashboards/<dashboardIdOrApiName>/publishers Dashboard Publisher Resource Returns user detail information about the publisher for the given dashboard. Removes a user from the list of publishers for the given dashboard. GET DELETE /wave/dashboards/<dashboardIdOrApiName>/publishers/<assetPublisherId> Dashboard Saved Views List Resource Returns a list of dashboard saved views or creates a single view. GET POST /wave/dashboards/<dashboardIdOrApiName>/savedviews Dashboard Saved View Resource Returns, deletes, and updates a dashboard saved view. GET DELETE PATCH /wave/dashboards/<dashboardIdOrApiName>/savedviews/<viewID> Dashboard Saved Views Initial Resource Returns the initial view information for a dashboard saved view. In the UI, the initial view is the default view. GET /wave/dashboards/<dashboardIdOrApiName>/savedviews/initial