iBis.Dashboard.Api 1.0.0
iBis.Dashboard.Api
Dashboard API using minimal APIs for the DoHu iBis Enterprise Suite using DevExpress Dashboard.
Overview
This package provides minimal API endpoints for dashboard operations, following the same pattern as other iBis services (File, Tenant, etc.).
Installation
dotnet add package iBis.Dashboard.Api
Usage
The endpoints are automatically registered when you use the startup configuration. It handles the following DevExpress Dashboard REST API endpoints:
GET /api/dashboard/Health- Health check endpointGET /api/dashboard/GetDashboardList- Lists available dashboardsGET /api/dashboard/GetDashboard?dashboardId={id}- Loads a dashboardPOST /api/dashboard/SaveDashboard?dashboardId={id}- Saves a dashboardPOST /api/dashboard/CreateDashboard?dashboardName={name}- Creates a new dashboard
Dependencies
iBis.Dashboard.ServiceiBis.Dashboard.StorageDevExpress.AspNetCore.DashboardMicrosoft.AspNetCore.App
Related Packages
iBis.Dashboard.Storage- Dashboard storage implementationiBis.Dashboard.Service- Dashboard configurator service
No packages depend on iBis.Dashboard.Api.
.NET 8.0
- iBis.Dashboard.Service (>= 1.0.0)
- iBis.Dashboard.Storage (>= 1.0.0)
- DevExpress.AspNetCore.Dashboard (>= 25.1.6)
- Npgsql (>= 9.0.4)
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.0 | 0 | 07/08/2026 |