Newer Version Available
Dashboards API Resource Reference
The Dashboards API provides several resources for accessing
and refreshing 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 PUT PATCH DELETE |
Returns the metadata, data, and status for the specified dashboard. Triggers a dashboard refresh. Saves a dashboard. Deletes a dashboard. |
| Dashboard Status | GET | Returns the status for the specified dashboard. |