Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.12 KB

File metadata and controls

35 lines (26 loc) · 1.12 KB

Body9

Properties

Name Type Description Notes
label String The label for the attribute (max 50 characters, cannot be empty)
attributeType AttributeTypeEnum The type of attribute (must be one of the defined enums)
description String A description of the attribute [optional]
optionsLabels List<String> Options for multi-choice or single-select attributes [optional]
objectType ObjectTypeEnum The type of object the attribute belongs to (prefilled with `companies`or `deal`, mandatory)

Enum: AttributeTypeEnum

Name Value
TEXT "text"
USER "user"
NUMBER "number"
SINGLE_SELECT "single-select"
DATE "date"
BOOLEAN "boolean"
MULTI_CHOICE "multi-choice"

Enum: ObjectTypeEnum

Name Value
COMPANIES "companies"
DEALS "deals"