Returns the dashboards of the current user.

Returns the dashboards of the current user. <Check title="Required Permissions" icon="key">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 widgets.

Response

OK
idstringOptionalformat: "uuid"
The id of the dashboard.
userIdstringOptionalformat: "uuid"
The id of the user that the dashboard belongs to.
createdOnstringOptionalformat: "date-time"
The creation date.
updatedOnstringOptionalformat: "date-time"
The date when the entity was last updated.
widgetslist of objects or nullOptional
A list of all widgets of the dashboard.