Returns the dashboards of the current user.

Returns the dashboards of the current user. <Check title="Required Permissions">The user must be the creator.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

includeWidgetsbooleanOptionalDefaults to false
Include the widgets of the dashboards in the results. Not required. False by default.

Response

OK
idstring or nullformat: "uuid"
The id of the dashboard.
userIdstring or nullformat: "uuid"
The id of the user that the dashboard belongs to.
widgetslist of objects or null
A list of all widgets of the dashboard.