Response shell
- Last UpdatedSep 04, 2025
- 1 minute read
The response shell contains all other portions of the response.
|
Field |
Description |
|---|---|
|
OperationID |
The operation ID of the OMF request that produced the response. |
|
Messages |
Contains the messages responses that occurred during the execution of the OMF request. For details, see Message response. |
The following is an example of a status response.
{
"OperationId": "Per-request-unique-identifier",
"Messages": [
Message_response,
Message_response,
...
]
}
Note: indicates a nested message with a response type of message.