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

            Assignee:
            Unassigned
            Reporter:
            Andromachi Rozaki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: