Item

FieldTypeDescription
idstring {guid}A unique identifier of the Item
fieldsobject/mapKey-value map or dictionary of Item's Fields.
{key} string - Field's name
{value} any- Field's value with type of:
string , number , bool or
object PicklistOption (see Picklist Object)
relationsarray of objectsArray of Relation objects - the Item's relations to other Items.
itemTypestringItem's Type name.

Relation

FieldTypeDescription
tostring {guid}Related Item's Id
typeenumRelationType enum with possible values:
RELATED
PARENT
descriptionstring?Optional description of the relation between the Items