Returns the dashboards of the current user.

Returns the dashboards of the current user.

Required Permissions
The user must be the creator.

Headers

AuthorizationstringRequired

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
idUUID or null
The id of the dashboard.
userIdUUID or null
The id of the user that the dashboard belongs to.
widgetslist of objects or null
A list of all widgets of the dashboard.