Event response
- Last UpdatedSep 04, 2025
- 1 minute read
An event response provides information about events that occurred during the processing of OMF messages. Related events can be nested within an event response.
|
Field |
Description |
|---|---|
|
EventInfo |
Contains the event response that occurred during the execution of the request. |
|
ExceptionInfo |
Contains information about the exception related to the event, if an exception occurred. This is only shown when PI Web API is in debug mode. |
|
Severity |
Contains the severity of the associated EventInfo and ExceptionInfo, if a severity exists. |
|
InnerEvents |
Contains additional events related to the event, if additional events occurred. |
The following is an example of an event response.
{
[
"EventInfo": EventInfo_response
"ExceptionInfo": ExceptionInfo_response
"Severity": "Error",
"InnerEvents": [
Event_response,
Event_response,
...
]
}
Note: indicates a nested message with a response type of event information. indicates a nested message with a response type of event.