Item
Field | Type | Description |
---|---|---|
id | string {guid} | A unique identifier of the Item |
fields | object/map | Key-value map or dictionary of Item's Fields. {key} string - Field's name{value} any - Field's value with type of:string , number , bool orobject PicklistOption (see Picklist Object) |
relations | array of objects | Array of Relation objects - the Item's relations to other Items. |
itemType | string | Item's Type name. |
Relation
Field | Type | Description |
---|---|---|
to | string {guid} | Related Item's Id |
type | enum | RelationType enum with possible values:RELATED PARENT |
description | string? | Optional description of the relation between the Items |