Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by activity instance id.
Filter by process instance id.
Filter by process definition id.
Filter by the id of the execution that executed the activity instance.
Filter by the activity id (according to BPMN 2.0 XML).
Filter by the activity name (according to BPMN 2.0 XML).
Filter by activity type.
Only include activity instances that are user tasks and assigned to a given user.
Only include finished activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include unfinished activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include canceled activity instances.
Value may only be true, as false behaves the same as when the property is not set.
Only include activity instances which completed a scope.
Value may only be true, as false behaves the same as when the property is not set.
Filter by a comma-separated list of ids. An activity instance must have one of the given tenant ids.
Only include historic activity instances that belong to no tenant. Value may only be true, as false is the default behavior.
Response
Request successful.
The number of matching instances.