Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.56 KB

File metadata and controls

19 lines (16 loc) · 1.56 KB

# DealFieldItem

Properties

Name Type Description Notes
field_name string The display name/label of the field
field_code string The unique identifier for the field (40-character hash for custom fields)
description string The description of the field [optional]
field_type string The type of the field
options \Pipedrive\versions\v2\Model\ActivityFieldItemOptions[] Array of available options for enum/set fields, null for other field types [optional]
subfields \Pipedrive\versions\v2\Model\ActivityFieldItemSubfields[] Array of subfields for complex field types (address, monetary), null for simple field types [optional]
is_custom_field bool Whether this is a user-created custom field
is_optional_response_field bool Whether this field is not returned by default in entity responses
ui_visibility \Pipedrive\versions\v2\Model\DealFieldItemUiVisibility [optional]
important_fields \Pipedrive\versions\v2\Model\DealFieldItemImportantFields [optional]
required_fields \Pipedrive\versions\v2\Model\DealFieldItemRequiredFields [optional]

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