Dashboard

Get my dashboard

GET/api/dashboard

Returns the current user's personal dashboard board and its configuration.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Responses

200The operation completed successfully.
NameTypeDescription
createdAtrequiredstringDate and time the record was created.
descriptionrequiredstringDescription of the dashboard.
idrequiredstringDashboard board ID, equal to the owning user ID.
namerequiredstringDisplay name of the dashboard.
parametersrequiredanyOfDashboard configuration, including components, layout, and saved reports.
teamIdrequiredstringID of the associated team, if any.
typerequiredstringBoard type used for the dashboard.
updatedAtrequiredstringDate and time the record was last updated.
userIdrequiredstringID of the user who owns the dashboard.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL