Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the historic decision instance to be retrieved.
Query Parameters
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.
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.