Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Restricts to incidents that have the given id.
Restricts to incidents that belong to the given incident type. See the User Guide for a list of incident types.
Restricts to incidents that have the given incident message.
Restricts to incidents that incidents message is a substring of the given value. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
Restricts to incidents that belong to a process definition with the given id.
Restricts to incidents that have the given processDefinitionKey.
Restricts to incidents that have one of the given process definition keys.
Restricts to incidents that belong to a process instance with the given id.
Restricts to incidents that belong to an execution with the given id.
Restricts to incidents that belong to an activity with the given id.
Restricts to incidents that were created due to the failure of an activity with the given id.
Restricts to incidents that have the given incident id as cause incident.
Restricts to incidents that have the given incident id as root cause incident.
Restricts to incidents that have the given parameter set as configuration.
Restricts to incidents that have the given parameter set as history configuration.
Restricts to incidents that are open.
Restricts to incidents that are resolved.
Restricts to incidents that are deleted.
Restricts to incidents that have one of the given comma-separated tenant ids.
Only include historic incidents that belong to no tenant. Value may only be
true, as false is the default behavior.
Restricts to incidents that have one of the given comma-separated job definition ids.
Response
Request successful.
The number of matching instances.