Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2654

Issue one request to get header breadcrumbs entity names

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 2.6.0
    • None
    • backend
    • None

      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

              Unassigned Unassigned
              omran.abazeed Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: