Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Mandatory. Specifies the kind of the report to execute. To retrieve a report
about the duration of process instances the value must be set to duration. For a
report of the completed tasks in a specific timespan the value must be set to count.
duration, count When the report type is set to duration, this parameter is mandatory.
Specifies the granularity of the report. Valid values are month and quarter.
MONTH, QUARTER When the report type is set to count, this parameter is mandatory. Groups the
tasks report by a given criterion. Valid values are taskName and processDefinition.
Response
Request successful.
The name of the task. It is only available when the groupBy parameter is set to taskName.
Else the value is null.
Note: This property is only set for a historic task report object.
In these cases, the value of the reportType query parameter is count.
The number of tasks which have the given definition.
Note: This property is only set for a historic task report object.
In these cases, the value of the reportType query parameter is count.
The key of the process definition.
Note: This property is only set for a historic task report object.
In these cases, the value of the reportType query parameter is count.
The id of the process definition.
Note: This property is only set for a historic task report object.
In these cases, the value of the reportType query parameter is count.
The name of the process definition.
Note: This property is only set for a historic task report object.
In these cases, the value of the reportType query parameter is count.
Specifies a span of time within a year.
Note: The period must be interpreted in conjunction with the returned periodUnit.
Note: This property is only set for a duration report object.
In these cases, the value of the reportType query parameter is duration.
The unit of the given period. Possible values are MONTH and QUARTER.
Note: This property is only set for a duration report object.
In these cases, the value of the reportType query parameter is duration.
MONTH, QUARTER The smallest duration in milliseconds of all completed process instances which were started in the given period.
Note: This property is only set for a duration report object.
In these cases, the value of the reportType query parameter is duration.
The greatest duration in milliseconds of all completed process instances which were started in the given period.
Note: This property is only set for a duration report object.
In these cases, the value of the reportType query parameter is duration.
The average duration in milliseconds of all completed process instances which were started in the given period.
Note: This property is only set for a duration report object.
In these cases, the value of the reportType query parameter is duration.
The id of the tenant.