Search for incidents of a specific element instance
POST/element-instances/:elementInstanceKey/incidents/search
Search for incidents caused by the specified element instance, including incidents of any child instances created from this element instance.
Although the elementInstanceKey is provided as a path parameter to indicate the root element instance,
you may also include an elementInstanceKey within the filter object to narrow results to specific
child element instances. This is useful, for example, if you want to isolate incidents associated with
nested or subordinate elements within the given element instance while excluding incidents directly tied
to the root element itself.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The element instance incident search result.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The element instance with the given key was not found.
An internal error occurred while processing the request.