Issue one request to get header breadcrumbs entity names

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.6.0
    • Affects Version/s: None
    • Component/s: 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

              Assignee:
              Unassigned
              Reporter:
              Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: