v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
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.

maxResultsinteger

The maximum number of results that could be on the page.

nextstring

The URL of the next page of results, if any.

prevstring

The URL of the previous page of results, if any.

startAtinteger

The index of the first item returned on the page.

totalinteger

The number of results on the page.