Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A variable instance query which defines a list of variable instances
Filter by variable instance name.
Filter by the variable instance name. The parameter can include the wildcard % to
express like-strategy such as: starts with (%name), ends with (name%) or
contains (%name%).
Only include variable instances which belong to one of the passed process instance ids.
Only include variable instances which belong to one of the passed execution ids.
Only include variable instances which belong to one of the passed case instance ids.
Only include variable instances which belong to one of the passed case execution ids.
Only include variable instances which belong to one of the passed task ids.
Only include variable instances which belong to one of the passed batch ids.
Only include variable instances which belong to one of the passed activity instance ids.
Only include variable instances which belong to one of the passed tenant ids.
An array to only include variable instances that have the certain values.
The array consists of objects with the three properties name, operator and value. name (String) is the
variable name, operator (String) is the comparison operator to be used and value the variable value.
value may be String, Number or Boolean.
Valid operator values are: eq - equal to; neq - not equal to; gt - greater than; gteq - greater
than or equal to; lt - lower than; lteq - lower than or equal to; like
Match all variable names provided in variableValues case-insensitively. If set to true
variableName and variablename are treated as equal.
Match all variable values provided in variableValues case-insensitively. If set to
true variableValue and variablevalue are treated as equal.
Only include variable instances which belong to one of passed scope ids.
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.