Get All Dashboards

GET {{baseUrl}}/rest/api/3/dashboard?filter=<string>&startAt=0&maxResults=20

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.

Request Params

KeyDatatypeRequiredDescription
filterstringThe 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. | | startAt | number | | The index of the first item to return in a page of results (page offset). | | maxResults | number | | The maximum number of items to return per page. |

RESPONSES

status: OK

{&quot;startAt&quot;:10,&quot;maxResults&quot;:10,&quot;total&quot;:143,&quot;prev&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/dashboard?startAt=0&quot;,&quot;next&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/dashboard?startAt=10&quot;,&quot;dashboards&quot;:[{&quot;id&quot;:&quot;10000&quot;,&quot;isFavourite&quot;:false,&quot;name&quot;:&quot;System Dashboard&quot;,&quot;popularity&quot;:1,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/dashboard/10000&quot;,&quot;sharePermissions&quot;:[{&quot;type&quot;:&quot;global&quot;}],&quot;view&quot;:&quot;https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000&quot;},{&quot;id&quot;:&quot;20000&quot;,&quot;isFavourite&quot;:true,&quot;name&quot;:&quot;Build Engineering&quot;,&quot;owner&quot;:{&quot;key&quot;:&quot;Mia&quot;,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g&quot;,&quot;name&quot;:&quot;mia&quot;,&quot;displayName&quot;:&quot;Mia Krystof&quot;,&quot;avatarUrls&quot;:{&quot;32x32&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32\u0026s=32&quot;,&quot;16x16&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16\u0026s=16&quot;,&quot;48x48&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48\u0026s=48&quot;,&quot;24x24&quot;:&quot;https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24\u0026s=24&quot;}},&quot;popularity&quot;:1,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/dashboard/20000&quot;,&quot;sharePermissions&quot;:[{&quot;id&quot;:10105,&quot;type&quot;:&quot;group&quot;,&quot;group&quot;:{&quot;name&quot;:&quot;administrators&quot;,&quot;self&quot;:&quot;https://your-domain.atlassian.net/rest/api/3/group?groupname=administrators&quot;}}],&quot;view&quot;:&quot;https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=20000&quot;}]}