Dashboards
Get all dashboards
Returns a list of dashboards owned by or shared with the user. The list may be filtered to include only favorite or owned dashboards.
This operation can be accessed anonymously.
Permissions required: None.
get/rest/api/3/dashboard
Query parameters
filter'my' | 'favourite'
The filter applied to the list of dashboards. Valid values are:
- favourite Returns dashboards the user has marked as favorite.
- my Returns dashboards owned by the user.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
Response
Returned if the request is successful.