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

MethodDescription
GETReturns a list of dashboards that were recently viewed by the API user. See this example.
POSTMakes a copy of a dashboard. See this example.

Authentication: Authorization: Bearer token

GET Response body 

An array of recent dashboard objects. Each object contains the following fields:

PropertyTypeDescription
idStringUnique identifier of the dashboard.
nameStringLocalized display name of the dashboard.
statusUrlStringDashboard status URL.
urlStringDashboard result URL.

POST Response Body 

Uses the same format as the GET and PUT responses for the resource.