entity-view-controller
Get Entity View Types (getEntityViewTypes)
Returns a set of unique entity view types based on entity views that are either owned by the tenant or assigned to the customer which user is performing the request.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
get/api/entityView/types
Response
OK
Example response
[
{
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
}
}
]