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 definition ids. Must be a comma-separated list of process definition ids.
Filter by process definition keys. Must be a comma-separated list of process definition keys.
Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids.
Only include process definitions which belong to no tenant. Value may only be true, as
false is the default behavior.
Only include process instances which have more than zero finished instances. Value may
only be true, as false is the default behavior.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
finished 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 id of the process definition.
The key of the process definition.
The name of the process definition.
The version of the process definition.
The history time to live of the process definition.
The count of the finished historic process instances.
The count of the cleanable historic process instances, referring to history time to live.
The tenant id of the process definition.