APIv3-java-library/docs/GetAttributesAttributes.md at master · mig-visiblee/APIv3-java-library · GitHub
Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1001 Bytes

File metadata and controls

35 lines (26 loc) · 1001 Bytes

GetAttributesAttributes

Properties

Name Type Description Notes
name String Name of the attribute
category CategoryEnum Category of the attribute
type TypeEnum Type of the attribute [optional]
enumeration List<GetAttributesEnumeration> Parameter only available for &quot;category&quot; type attributes. [optional]
calculatedValue String Calculated value formula [optional]

Enum: CategoryEnum

Name Value
NORMAL "normal"
TRANSACTIONAL "transactional"
CATEGORY "category"
CALCULATED "calculated"
GLOBAL "global"

Enum: TypeEnum

Name Value
TEXT "text"
DATE "date"
FLOAT "float"
ID "id"