Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6135 KPI Overview Prototype
  3. OPT-6155

Modify endpoint to return kpi information the process overview response dto

XMLWordPrintable

    • Not defined

      For the purpose of retrieving the processes and their corresponding KPIs on the process overview page the endpoint we have to retrieve process overview information has to be updated. The endpoint should now have the following structure:

      GET process/overviews
      
      {
      “name”: someName,
      “owner”: someOwner,
      "processDefinitionKey": someKey,
      “kpis”: [
        {
          "reportId": "12312312312"
          “reportName”:somename3     
          “value”: somevalue3
          “target”: sometarget3            
          “isBelow”:  true
          type: "<quality/time>",
          measure: "<frequency/duration/percentage>",
        },   
      ]
      

      ATs:

      • everyone who has access to the process can see the existent processes
      • the rest api docs has been updated

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              andromachi.rozaki Andromachi Rozaki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: