dashboard-controller
Get Tenant Home Dashboard Info (getTenantHomeDashboardInfo)
Returns the home dashboard info object that is configured as 'homeDashboardId' parameter in the 'additionalInfo' of the corresponding tenant.
Available for users with 'TENANT_ADMIN' authority.
get/api/tenant/dashboard/home/info
Response
OK
Example response
{
"dashboardId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DASHBOARD"
}
}