Method

GET /history/task/report

Parameters

Result for count Report Type

A JSON array of historic task report objects.Each historic task report object has the following properties:

Result for duration Report Type

Response Codes

Example

GET /history/task/report?reportType=count&groupBy=processDefinition

Response

Response

  1. [
  2. {
  3. "period": 1,
  4. "periodUnit": "QUARTER",
  5. "minimum": 250000,
  6. "average": 375000
  7. },
  8. {
  9. "period": 2,
  10. "periodUnit": "QUARTER",
  11. "maximum": 600000,
  12. "average": 450000
  13. },
  14. {
  15. "period": 3,
  16. "maximum": 1000000,
  17. "minimum": 500000,
  18. "average": 750000
  19. },
  20. {
  21. "period": 4,
  22. "periodUnit": "QUARTER",
  23. "maximum": 200000,
  24. "minimum": 100000,
  25. "average": 150000
  26. }
  27. ]