Generic Object
You can leverage our ready-to-use Generic Objects, eliminating the need to develop your own specific objects and API implementations, as a stop gap for when your object type is not yet available.
Generic Object Attributes
id
String
The object ID
objectID
String
User-defined object id within the namespace
objectType*
String
The object type (required attribute)
namespace
String
The object's namespace
intAttributes
Array of attributes type Integer
floatAttributes
Array of attributes type Float
stringAttributes
Array of attributes type String
booleanAttributes
Array of attributes type Boolean
dateAttributes
Array of attributes type DateTime
objectAttributes
Array of attributes type Object
referenceAttributes
Array of attributes type Object Reference
tags
Array of Tag
meta
Object's meta data, read only
Contained Objects:
IntAttribute Object
name
String
The attribute name
val
Integer
The attribute value
FloatAttribute Object
name
String
The attribute name
val
Float
The attribute value
StringAttribute Object
name
String
The attribute name
val
String
The attribute value
BooleanAttribute Object
name
String
The attribute name
val
Bolean
The attribute value
DateAttribute Object
name
String
The attribute name
val
DateTime
The attribute value in ISO TODO
ObjectAttribute Object
name
String
The attribute name
val
String
The attribute value is JSON string
ReferenceAttribute Object
objectType
String
The reference object type
objectID
String
The reference object ID
Tag Object
key
String
The Tag key
val
String
The Tag value
Last updated
Was this helpful?