Make process list GET API endpoint sortable by name and owner

XMLWordPrintable

    • Not defined

      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
          }
          ...
      ]
      

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

              Created:
              Updated:
              Resolved: