Dashboard Endpoints
Manage complete dashboard configurations with drag-and-drop layouts and component state.POST /dashboards
Creates a new dashboard with the specified configuration.
GET /dashboards
Retrieves all dashboards for the authenticated user.
GET /dashboards/
Retrieves a specific dashboard by ID.
PUT /dashboards/
Updates the layout and component state of an existing dashboard.
DELETE /dashboards/
Permanently deletes a dashboard and all its associated data.