Create a dashboard
Dashboards
Create a dashboard
Create a new dashboard. Associate roles by passing role_ids inside attributes. Setting is_default: true clears the default flag from every other dashboard atomically.
POST
Create a dashboard
Request Structure
Key Fields
Adding widgets
UsePUT /api/dashboards/{id}/widgets (setDashboardWidgetPlacements) to attach widgets to the dashboard. That endpoint replaces all placements atomically.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Dashboard created successfully. Response contains the new dashboard's id.
Identifier of the created dashboard

