Create process list GET API endpoint

XMLWordPrintable

    • Not defined

      AT:

      • There is an endpoint for returning the processes along with their goals as described below
      • 'timeGoals' property will be empty list initially
      • 'owner' property will be null initially
      • The new endpoint is documented in Confluence
      GET /api/process/goals/
      

      Response body:

      [
          {
            "id" : "...",
            "key" : "..."
            "name" : "...",
            "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:
            Omran Abazeed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: