Skip to main content

8 posts tagged with "Portal Tenant"

View All Tags

Portal Tenant – Changed

Affected Endpoints

Added optional properties to role configuration

  • POST /api/portal-roles/createrole - EntityPageConfig - EnableAccessLayers (optional)
  • PUT /api/portal-roles/updateroledetails - EntityPageConfig - EnableAccessLayers (optional)
  • GET /api/portal-roles/portalRole/{id} - EntityPageConfig - EnableAccessLayers (optional)
  • GET /api/portal-roles/portalRoles - EntityPageConfig - EnableAccessLayers (optional)

Added optional properties to user endpoints

  • GET /api/portal-users/getPortalUserDetails - AccessLayersConfig (optional)
  • GET /api/portal-users/getPortalUserDetailsWithoutLinkedEntities - AccessLayersConfig (optional)
  • PUT /api/portal-users/updateUserDetails - AccessLayersConfig (optional)

Portal Tenant – Added

  • GET /portaltenantquery/api/portal-users/userdetails/{id}/nolinks - Gets Portal User details without linked entities (returns details of portal user without linked entities)

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.