Dashboard List
Returns a list of recently used dashboards or clones a dashboard.
Syntax
- URI
- /services/data/vXX.X/analytics/dashboards
- Formats
- JSON
- HTTP methods
- Authentication
- Authorization: Bearer token
GET Response body
An array of recent dashboard objects. Each object contains the following fields:
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the dashboard. |
name | String | Localized display name of the dashboard. |
statusUrl | String | Dashboard status URL. |
url | String | Dashboard result URL. |
POST Response Body
Uses the same format as the GET and PUT responses for the Dashboard Results resource.