Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 685 Bytes

File metadata and controls

11 lines (8 loc) · 685 Bytes

# RestECustomField

Properties

Name Type Description Notes
name string Custom field name (must be unique within team)
type int Field data type. Values: - `0` - Text (max 255 characters) - `1` - Number (integer or decimal) - `2` - Date (YYYY-MM-DD format) - `3` - Boolean (true/false) - `4` - Phone number (international format)
description string Field description for documentation

[Back to Model list] [Back to API list] [Back to README]