imbDataCaptureResponseObject
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Response to describe a Data Capture Store.
XML
Attributes
name | type | description |
---|---|---|
type | string | "dataCaptureStore" |
uri | imbURI | URI of this response |
orderBy | string | Field used to sort data in response |
order | string | Sort order of response |
eventTimestampFrom | string | Timestamp From filter (if set) |
eventTimestampTo | string | Timestamp To filter (if set) |
pageNumber | string | Current page number |
numberOfEntriesPerPage | string | How many entries to show per page |
totalResults | string | Total number of results matching suppied filters |
name | string | Name of the Data Capture Store being queried |
Elements
name (type) | min/max occurs |
description |
---|---|---|
data/dataCaptureEntry (imbDataCaptureEntryResponseObject) | 0/unbounded | Data Capture Entry responses - The actual rows of data matching the query. |
customizations/customization (imbDataCaptureCustomizationsResponseObject) | 0/unbounded |
**** IBM INTERNAL **** --- Do not use --- |
JSON
property | type | description |
---|---|---|
type | string | "dataCaptureStore" |
uri | imbURI | URI of this response |
orderBy | string | Field used to sort data in response |
order | string | Sort order of response |
eventTimestampFrom | string | Timestamp From filter (if set) |
eventTimestampTo | string | Timestamp To filter (if set) |
pageNumber | string | Current page number |
numberOfEntriesPerPage | string | How many entries to show per page |
totalResults | string | Total number of results matching suppied filters |
name | string | Name of the Data Capture Store being queried |
data | array of data/dataCaptureEntry (imbDataCaptureEntryResponseObject) | Data Capture Entry responses - The actual rows of data matching the query. |
customizations | array of customizations/customization (imbDataCaptureCustomizationsResponseObject) |
**** IBM INTERNAL **** --- Do not use --- |