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

Issue one request to get header breadcrumbs entity names

    XMLWordPrintable

Details

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

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce