Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by decision instance id.
Filter by decision instance ids. Must be a comma-separated list of decision instance ids.
Filter by the decision definition the instances belongs to.
Filter by the decision definitions the instances belongs to. Must be a comma-separated list of decision definition ids.
Filter by the key of the decision definition the instances belongs to.
Filter by the keys of the decision definition the instances belongs to. Must be a comma- separated list of decision definition keys.
Filter by the name of the decision definition the instances belongs to.
Filter by the name of the decision definition the instances belongs to, that the parameter is a substring of.
Filter by the process definition the instances belongs to.
Filter by the key of the process definition the instances belongs to.
Filter by the process instance the instances belongs to.
Filter by the case definition the instances belongs to.
Filter by the key of the case definition the instances belongs to.
Filter by the case instance the instances belongs to.
Filter by the activity ids the instances belongs to. Must be a comma-separated list of acitvity ids.
Filter by the activity instance ids the instances belongs to. Must be a comma-separated list of acitvity instance ids.
Filter by a comma-separated list of tenant ids. A historic decision instance must have one of the given tenant ids.
Only include historic decision instances that belong to no tenant. Value may only be
true, as false is the default behavior.
Restrict to instances that were evaluated by the given user.
Restrict to instances that have a given root decision instance id. This also includes the decision instance with the given id.
Restrict to instances those are the root decision instance of an evaluation.
Value may only be true, as false is the default behavior.
Filter by the decision requirements definition the instances belongs to.
Filter by the key of the decision requirements definition the instances belongs to.
Include input values in the result.
Value may only be true, as false is the default behavior.
Include output values in the result.
Value may only be true, as false is the default behavior.
Disables fetching of byte array input and output values.
Value may only be true, as false is the default behavior.
Disables deserialization of input and output values that are custom objects.
Value may only be true, as false is the default behavior.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
evaluationTime, tenantId Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Response
Request successful.
The id of the decision instance.
The id of the decision definition that this decision instance belongs to.
The key of the decision definition that this decision instance belongs to.
The name of the decision definition that this decision instance belongs to.
The time the instance was evaluated.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The time after which the instance should be removed by the History Cleanup job.
Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The id of the process definition that this decision instance belongs to.
The key of the process definition that this decision instance belongs to.
The id of the process instance that this decision instance belongs to.
The id of the case definition that this decision instance belongs to.
The key of the case definition that this decision instance belongs to.
The id of the case instance that this decision instance belongs to.
The id of the activity that this decision instance belongs to.
The id of the activity instance that this decision instance belongs to.
The tenant id of the historic decision instance.
The id of the authenticated user that has evaluated this decision instance without a process or case instance.
The list of decision input values. Only exists if includeInputs
was set to true in the query.
The list of decision output values. Only exists if includeOutputs
was set to true in the query.
The result of the collect aggregation of the decision result if used. null if no
aggregation was used.
The decision instance id of the evaluated root decision. Can be null if this
instance is the root decision instance of the evaluation.
The process instance id of the root process instance that initiated the evaluation
of this decision. Can be null if this decision instance is not
evaluated as part of a BPMN process.
The id of the decision requirements definition that this decision instance belongs to.
The key of the decision requirements definition that this decision instance belongs to.