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. 使用できる値は次のとおりです。person, company, opportunity |
ValueType | String | False |
Value Type of the Custom Field. Value must be one of: text, date. 使用できる値は次のとおりです。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. |