View Business Message Payload
get
/ic/api/b2b/v1/monitoring/businessmessages/{id}/payload
Displays the business message payload up to a maximum size of 500 KB. To view the complete content, use the Download B2B Business Message Payload API function to download the complete payload, and then view it.
Note:
Tracking information is asynchronously persisted to improve system throughput, and hence B2B Monitoring APIs may intermittently return inconsistent results. If a business use case demands consistent monitoring results, the user can implement a software design that uses a retry mechanism till the API returns consistent results.
Request
Path Parameters
-
id(required): string
Business message payload ID.
Query Parameters
-
payloadId: string
Payload ID.
-
type: string
Business message payload type.Default Value:
native
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json;charset=utf-8
200 Response
Successful operation
404 Response
Payload not found
500 Response
Server error