Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by variable name.
Restrict to variables with a name like the parameter.
Filter by variable value. Is treated as a String object on server side.
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 and comma-separated 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 and comma-separated execution ids.
Filter by the case instance the variable belongs to.
Only include historic variable instances which belong to one of the passed and and comma-separated case execution ids.
Only include historic variable instances which belong to one of the passed and and comma-separated case activity ids.
Only include historic variable instances which belong to one of the passed and and comma-separated task ids.
Only include historic variable instances which belong to one of the passed and and comma-separated 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 and comma-separated variable names.
Response
Request successful.
The number of matching instances.