Portal Tenant – Changed
Deprecated
- PUT
/api/dashboard/upsertdashboardconfig
- Suggestion to use
/api/dashboard/entitytypedashboardconfig API instead.
- Will be terminated on 2024-08-27
- GET
/api/dashboard/dashboardconfig/{id}
- Suggestion to use
/api/dashboard/entitytypedashboardconfig/{id} API instead.
- Will be terminated on 2024-08-27
Added
- PUT
/api/dashboard/entitytypedashboardconfig - Upsert Entity Typed Dashboard Config
- Upserts dashboard config with fields grouped by entity type.
- GET
/api/dashboard/entitytypedashboardconfig/{id} - Get Entity Typed Dashboard Config
- Gets dashboard config with the corresponding Id returning fields grouped by entity type.