Retrieve Business Message Details

get

/ic/api/b2b/v1/monitoring/businessmessages/{id}

Retrieves detailed information about the business message with the specified identifier. Retrieves information such as message type, state, direction and properties.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : BusinessMessageRs
Match All
Show Source
Nested Schema : BusinessMessageBasicRs
Match All
Show Source
Nested Schema : IdRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : IdRs-allOf[1]
Type: object
Show Source
Nested Schema : BusinessMessageBasicRs-allOf[2]
Type: object
Show Source
Nested Schema : BusinessMessageRs-allOf[3]
Type: object
Show Source
Nested Schema : identifiers
Type: object
Additional Properties Allowed
Show Source
Nested Schema : correlatedMessages
Type: array
Show Source
Nested Schema : BusinessMessageRs.Payload
Type: object
Show Source
Nested Schema : processingResults
Type: array
Show Source
Nested Schema : transportProperties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : BusinessMessageRs.CorrelatedMessage
Type: object
Show Source

400 Response

Malformed parameters

404 Response

Business message not found

412 Response

Pre-condition failed

500 Response

Server error
Back to Top