/data/datacapture/{dataStoreName}/{msgId}

Mount Point: /apiv1/data/datacapture/{dataStoreName}/{msgId}

GET

View the bistream/payload or exception list of a recorded message or record.

Parameters

name description type default
dataStoreName Data Capture Store to view the message in path
msgId ID of the message to view path
payload Whether to view the 'payload' or 'exceptionList' query bitstream

Response Body

element: (custom)

The recorded bistream/payload or exceptionList. You should expect binary data if your recorded message was not text or contained headers

POST

Replay a recorded message or record to the named replayDestination. The message must have had a bitstream or payload recorded. If any headers have been recorded these will be used during replay.

Parameters

name description type default
dataStoreName Datastore name to find the data to replay path
msgId The ID of the message to replay path
action Should be set to 'replay' query
replayDestination DataDestination configurable service to attempt replay to. query

Response Body

element: dataCaptureReplayResponse

Response describing new replayed message, including new message ID if applicable