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 | True |
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 | True |
Value Type of the Custom Field. Value must be one of: text, date. The allowed values are text. |
| CreatedAt | Datetime | True |
The Datetime of when the Custom Field was created |
| UpdatedAt | Datetime | True |
The Datetime of when the Custom Field was last updated. |