Property Name
|
Description
|
---|---|
version
|
The version of the CCO structure used.
Property type is string.
|
data
|
The information retrieved from the backend system(s).
Property type is string.
|
adapter
|
Contains information about the backend system instance from which the data is retrieved.
|
thingName
|
Name of the adapter Thing that represents the backend system in ThingWorx Navigate.
Property type is string.
|
instanceName
|
Name of the specific instance of the backend system.
Property type is string.
|
ItemListsData
|
List of items and metadata. Items inside each instance of the list must be of the same object type.
|
objectType
|
The type of objects in the items array.
Property type is string or object. Can also accept other types when stringified, such as integer or boolean.
|
items
|
List of items, their attributes, and the attribute values.
|
value
|
Value for a specific attribute and item.
Property type is string or an object.
|
metadata
|
Information regarding attributes, which is common to all items. Items under metadata can have the type string, including the stringified "INTEGER" and "BOOLEAN". They can also have the type object, NAV.OBJECT.
|
typeData
|
Additional information on the objectType. Only used in rare cases.
Property type is JSON object.
|
status
|
The status of the data retrieval.
Property type is string.
|
statusMessage
|
Message regarding the status of the data retrieval.
Property type is string.
|
timeStamp
|
Time stamp for the data retrieval.
Property type is string.
|