CustomFields
Fetches multiple custom field records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | False |
The ID of Custom Field. |
Name | String | False |
The Name of the Custom Field. |
FieldType | String | False |
Type of the Custom Field. Value must be one of: person, company, opportunity. The allowed values are person, company, opportunity. |
ValueType | String | False |
Value Type of the Custom Field. Value must be one of: text, date. The allowed values are text, date. |
CreatedAt | Datetime | False |
The Datetime of when the Custom Field was created |
UpdatedAt | Datetime | False |
The Datetime of when the Custom Field was last updated. |