Item Property
How to use the ItemProperty value type
The ItemProperty
value type represents a item property on the context specified by its path (root context if no path).
Properties
Property Name | Type | Required | Description |
---|---|---|---|
itemPropertyName | string | true | The item property name |
Allowed Children
None
Requirements
value
must be one of the following:
- LastEditDate
- ItemId
- DesignCode
Return Type
number, string, boolean, date, geometry
Example
{
"type": "ItemProperty",
"properties": {
"itemPropertyName": "ItemId"
}
}