Retrieves a report about the duration of completed process instances, grouped by a period. These reports include the maximum, minimum and average duration of all completed process instances which were started in a given period.
Note: This only includes historic data.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Mandatory. Specifies the type of the report to retrieve.
To retrieve a report about the duration of process instances, the value must be set to duration.
Mandatory. Specifies the granularity of the report. Valid values are month and quarter.
month, quarter Filter by process definition ids. Must be a comma-separated list of process definition ids.
Filter by process definition keys. Must be a comma-separated list of process definition keys.
Request successful.
Specifies a timespan within a year.
Note: The period must be interpreted in conjunction with the returned periodUnit.
The unit of the given period. Possible values are MONTH and QUARTER.
MONTH, QUARTER The smallest duration in milliseconds of all completed process instances which were started in the given period.
The greatest duration in milliseconds of all completed process instances which were started in the given period.
The average duration in milliseconds of all completed process instances which were started in the given period.