businessDataCaptureStore element

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

Response to describe a Data Capture Store.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <businessDataCaptureStore xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." uri="..." orderBy="..." order="..." startTimestampFrom="..." startTimestampTo="..." lastTimestampFrom="..." lastTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="..." dataCaptureUri="..."> <data> <businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." eventsUri="..." definitionId="..." type="..." /> <businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." eventsUri="..." definitionId="..." type="..."> <!--...--> </businessDataCaptureEntry> <!--...more "businessDataCaptureEntry" elements...--> </data> </businessDataCaptureStore>

Example JSON

{ "type" : "...", "uri" : { "value" : "..." }, "orderBy" : "...", "order" : "...", "startTimestampFrom" : "...", "startTimestampTo" : "...", "lastTimestampFrom" : "...", "lastTimestampTo" : "...", "pageNumber" : "...", "numberOfEntriesPerPage" : "...", "totalResults" : "...", "name" : "...", "dataCaptureUri" : "...", "data" : [ { "id" : "...", "status" : "...", "startTimestamp" : "...", "lastUpdateTimestamp" : "...", "eventsUri" : { "value" : "..." }, "definitionId" : "...", "type" : "..." }, ... ] }