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 belong to a process definition with the given keys. Must be a comma-separated list.
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 one of the given comma-separated tenant ids.
Restricts to incidents that have one of the given comma-separated job definition ids.
Response
Request successful.
The number of matching instances.