Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A Historic Variable Instance instance query which defines a list of Historic Variable Instance instances
Filter by variable name.
Restrict to variables with a name like the parameter.
Filter by variable value. May be String, Number or Boolean.
Match the variable name provided in variableName and variableNameLike case-
insensitively. If set to true variableName and variablename are
treated as equal.
Match the variable value provided in variableValue case-insensitively. If set to true
variableValue and variablevalue are treated as equal.
Include variables that has already been deleted during the execution.
Filter by the process instance the variable belongs to.
Only include historic variable instances which belong to one of the passed process instance ids.
Filter by the process definition the variable belongs to.
Filter by a key of the process definition the variable belongs to.
Only include historic variable instances which belong to one of the passed and execution ids.
Filter by the case instance the variable belongs to.
Only include historic variable instances which belong to one of the passed and case execution ids.
Only include historic variable instances which belong to one of the passed and case activity ids.
Only include historic variable instances which belong to one of the passed and task ids.
Only include historic variable instances which belong to one of the passed and activity instance ids.
Only include historic variable instances which belong to one of the passed and comma- separated tenant ids.
Only include historic variable instances that belong to no tenant. Value may only be
true, as false is the default behavior.
Only include historic variable instances which belong to one of the passed variable names.
An array of criteria to sort the result by. Each element of the array is
an object that specifies one ordering. The position in the array
identifies the rank of an ordering, i.e., whether it is primary, secondary,
etc. Sorting has no effect for count endpoints
Response
Request successful.
The number of matching instances.