Skip to content

Show Item Attributes

Shows the attributes of a dimension item.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
Attributearray of stringName of the attribute ([Attribute]), e.g. [Color]no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000

Result

NameTypeDescription
AttributestringName of the attribute.
ValuestringValue of the attribute.

Code

text
SHOW ITEM ATTRIBUTES
DIMENSION=[string, Needed]
ATTRIBUTE=[string, Multiple]
MAXRECORDS=[integer, default=500000]