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
includeWidgets
Include the widgets of the dashboards in the results. Not required. False by default.
Response
OK
id
The id of the dashboard.
userId
The id of the user that the dashboard belongs to.
widgets
A list of all widgets of the dashboard.