Skip to main content

ItemInfo

Information about the item (value list item or object).

NameDescriptionType
obj_idThe object id or value list item id. Includes the object type or value list id.ObjID
nameThe name of the item.string
external_id_statusThe status of this item's external ID.ExtIDStatus
external_idThe external ID (display ID) of this item. NULL means that the external ID is the same as the internal ID.string
guidGUID for the item.string
optionsBit flags that provide additional information on the item (e.g. is the object deleted).ITEMFLAGS
external_repository_icon_idThe ID of the item's icon.string

Example

{
"obj_id": {
"type": 0,
"item_id": {
"internal_id": 0,
"external_repository_id": {
"connection": "<!< The external repository connection identifier.>",
"item": "<item>"
}
}
},
"name": "<!< The name of the item.>",
"external_id_status": 5 /* Enum: ExtIDStatus */,
"external_id": "<external_id>",
"guid": "<!< GUID for the item.>",
"options": {
"all": false,
"is_shortcut": false,
"is_deleted": false,
"is_accessed_by_valid": false,
"has_shared_files": false,
"is_conflict_object": false,
"is_normal": false,
"is_view": false,
"has_external_data": false,
"is_referred_external_object": false
},
"external_repository_icon_id": "<!< The ID of the item's icon.>"
}