businessDataCaptureEntry element

Type: imbBusinessDataCaptureEntryResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of a recorded message or request (a Data Capture Entry)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <businessDataCaptureEntry xmlns="http://www.ibm.com/iib/apiv1/responseObject" id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." eventsUri="..." definitionId="..." type="..." />

Example JSON

{ "id" : "...", "status" : "...", "startTimestamp" : "...", "lastUpdateTimestamp" : "...", "eventsUri" : { "value" : "..." }, "definitionId" : "...", "type" : "..." }