Skip to main content
Release Notes

Portal Tenant โ€“ Changed

Related products:Fenergo API
  • June 12, 2024
  • 0 replies
  • 0 views

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.