Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by deployment id.
Filter by process definition id.
Filter by process definition key.
Filter by process instance id.
Filter by execution id.
Filter by case definition id.
Filter by case instance id.
Filter by case execution id.
Only include operations on this task.
Only include operations on this external task.
Only include operations on this batch.
Filter by job id.
Filter by job definition id.
Only include operations of this user.
Filter by the id of the operation. This allows fetching of multiple entries which are part of a composite operation.
Filter by the type of the entity that was affected by this operation, possible values are
Task, Attachment or IdentityLink.
Filter by a comma-separated list of types of the entities that was affected by this operation,
possible values are Task, Attachment or IdentityLink.
Filter by the category that this operation is associated with, possible values are
TaskWorker, Admin or Operator.
Filter by a comma-separated list of categories that this operation is associated with, possible values are
TaskWorker, Admin or Operator.
Only include operations that changed this property, e.g., owner or assignee.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
timestamp Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Response
Request successful.
The unique identifier of this log entry.
The user who performed this operation.
Timestamp of this operation.
The unique identifier of this operation. A composite operation that changes
multiple properties has a common operationId.
The type of this operation, e.g., Assign, Claim and so on.
The type of the entity on which this operation was executed, e.g., Task or
Attachment.
The name of the category this operation was associated with, e.g., TaskWorker or
Admin.
An arbitrary annotation set by a user for auditing reasons.
The property changed by this operation.
The original value of the changed property.
The new value of the changed property.
If not null, the operation is restricted to entities in relation to this
deployment.
If not null, the operation is restricted to entities in relation to this process
definition.
If not null, the operation is restricted to entities in relation to process
definitions with this key.
If not null, the operation is restricted to entities in relation to this process
instance.
If not null, the operation is restricted to entities in relation to this
execution.
If not null, the operation is restricted to entities in relation to this case
definition.
If not null, the operation is restricted to entities in relation to this case
instance.
If not null, the operation is restricted to entities in relation to this case
execution.
If not null, the operation is restricted to entities in relation to this task.
If not null, the operation is restricted to entities in relation to this external task.
If not null, the operation is restricted to entities in relation to this batch.
If not null, the operation is restricted to entities in relation to this job.
If not null, the operation is restricted to entities in relation to this job
definition.
The time after which the entry should be removed by the History Cleanup job.
Default format
yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The process instance id of the root process instance that initiated the process containing this entry.