Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by process instance id.
Only include historic details which belong to one of the passed comma-separated process instance ids.
Filter by execution id.
Filter by task id.
Filter by activity instance id.
Filter by case instance id.
Filter by case execution id.
Filter by variable instance id.
Filter by variable name like. Example usage: variableNameLike(%camunda%). The query will match the names of variables in a case-insensitive way.
Filter by a comma-separated list of tenant ids.
Only include historic details that belong to no tenant. Value may only be
true, as false is the default behavior.
Filter by a user operation id.
Only include HistoricFormFields. Value may only be true, as false is the default behavior.
Only include HistoricVariableUpdates. Value may only be true, as false is the default behavior.
Excludes all task-related HistoricDetails, so only items which have no task id set will be selected.
When this parameter is used together with taskId, this call is ignored and task details are not excluded.
Value may only be true, as false is the default behavior.
Restrict to historic variable updates that contain only initial variable values.
Value may only be true, as false is the default behavior.
Response
Request successful.
The number of matching instances.