Skip to content
Last update: March 19, 2024

DictionaryItemConnection object

The DictionaryItemConnection provides a standardized way of fetching and navigating through a large collection of dictionary items.

Fields

Field Description
name String The name or title of the dynamic property value.
valueType String The type of value stored in the dynamic property.
value DynamicPropertyValue The actual value of the dynamic property.
dictionaryItem DictionaryItemType The dictionary item associated with the dynamic property value, if applicable.
dynamicProperty DynamicPropertyType The dynamic property definition to which this value belongs.