AT:
- There is a new endpoint get header breadcrumbs entity names
GET /api/entities/names
Request Parameters:
// at least one key should be specified reportId: <reportId> dashboardId: <dashboardId>, collectionId: <collectionId>
Reponse:
{ reportName: <report name> dashboardName: <dashboard name>, collectionName: <collection name> }
- the new endpoint is docuemented in the rest api
- the report id parameter works for process, decision and combined reports
- if an id is provided that does not exist a 404 (not found) is returned
- if all provided entity ids are null, then a 400 (bad request) is returned
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-2655 Adjust header to fetch entities names from the new endpoint
- Done