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.
Dashboards
Resources for the Dashboards API are available at /services/data/<latest API version>/analytics/dashboards. You can query each resource with an HTTP method (such as GET). Use these resources to integrate dashboard data directly into your applications.
| Resource | Supported HTTP Method | Description |
|---|---|---|
| Dashboard List |
GET POST |
Returns a list of recently used dashboards. Makes a copy of a dashboard. |
| Dashboard Results |
GET POST PUT PATCH DELETE |
Returns the metadata, data, and status for the specified dashboard. Returns details about specified dashboard components. Triggers a dashboard refresh. Saves a dashboard. Deletes a dashboard. |
| Dashboard Status | GET | Returns the status for the specified dashboard. |
| Dashboard Describe | GET | Returns metadata for the specified dashboard, including dashboard components, filters, layout, and the running user. |
| Dashboard Filter Options Analysis | POST | Verifies that dashboard filter options are compatible with report fields. Specify the reportId of a dashboard’s components’ source report. |