Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5941 Process List
  3. OPT-5984

Make process list GET API endpoint sortable by name and owner

    XMLWordPrintable

Details

    • Not defined

    Description

      AT:

      • The endpoint for returning the processes along with their goals offers the possibility to sort by the name and the owner
      GET /api/process/goals/
      

      *Parameters: *

        SortBy: 'name', // 
        sortOrder: 'asc' //desc
      

      Response body:

      [
          {
            "processDefinitionKey" : "..."
            "processName" : "...",
            "timeGoals": [
              {name: 'lowerTarget', achieved: <true | false>, percentile: '', operator: '>' , value: '5', unit: 'days' , visible: <true | false>}
              ...
            ] // default as empty list
            "owner": '' // can be null
          }
          ...
      ]
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce