Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Only select subscription with the given id.
Only select subscriptions for events with the given name.
Only select subscriptions for events with the given type.
Valid values: message, signal, compensate and conditional.
message, signal, compensate, conditional Only select subscriptions that belong to an execution with the given id.
Only select subscriptions that belong to a process instance with the given id.
Only select subscriptions that belong to an activity with the given id.
Filter by a comma-separated list of tenant ids. Only select subscriptions that belong to one of the given tenant ids.
Only select subscriptions which have no tenant id.
Value may only be true, as false is the default behavior.
Select event subscriptions which have no tenant id.
Can be used in combination with tenantIdIn parameter.
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.
created, tenantId 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 event subscription.
The type of the event subscription.
The name of the event this subscription belongs to as defined in the process model.
The execution that is subscribed on the referenced event.
The process instance this subscription belongs to.
The identifier of the activity that this event subscription belongs to. This could for example be the id of a receive task.
The time this event subscription was created.
The id of the tenant this event subscription belongs to.
Can be null if the subscription belongs to no single tenant.