businessDataCaptureStores element
Type: | imbBusinessDataCaptureContainerBean |
Namespace: | http://www.ibm.com/iib/apiv1/responseObject/container |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<businessDataCaptureStores xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="...">
<businessDataCaptureStore type="..." uri="..." orderBy="..." order="..." startTimestampFrom="..." startTimestampTo="..." lastTimestampFrom="..." lastTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="..." dataCaptureUri="...">
<ns1:data xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject">
<ns1:businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." eventsUri="..." definitionId="..." type="..." />
<ns1:businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." eventsUri="..." definitionId="..." type="...">
<!--...-->
</ns1:businessDataCaptureEntry>
<!--...more "businessDataCaptureEntry" elements...-->
</ns1:data>
</businessDataCaptureStore>
<businessDataCaptureStore type="..." uri="..." orderBy="..." order="..." startTimestampFrom="..." startTimestampTo="..." lastTimestampFrom="..." lastTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="..." dataCaptureUri="...">
<!--...-->
</businessDataCaptureStore>
<!--...more "businessDataCaptureStore" elements...-->
</businessDataCaptureStores>
Example JSON
{
"type" : "...",
"businessDataCaptureStore" : [ {
"type" : "...",
"uri" : {
"value" : "..."
},
"orderBy" : "...",
"order" : "...",
"startTimestampFrom" : "...",
"startTimestampTo" : "...",
"lastTimestampFrom" : "...",
"lastTimestampTo" : "...",
"pageNumber" : "...",
"numberOfEntriesPerPage" : "...",
"totalResults" : "...",
"name" : "...",
"dataCaptureUri" : "...",
"data" : [ {
"id" : "...",
"status" : "...",
"startTimestamp" : "...",
"lastUpdateTimestamp" : "...",
"eventsUri" : {
"value" : "..."
},
"definitionId" : "...",
"type" : "..."
}, ... ]
}, ... ],
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}