| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique field identifier | [optional] |
| type | TypeEnum | Field type | [optional] |
| name | String | Field name | [optional] |
| value | ExtractFormFields200ResponseResponseValueValue | [optional] | |
| locked | Boolean | Whether the field is locked | [optional] |
| pages | List<Integer> | Pages where the field appears | [optional] |
| _default | ExtractFormFields200ResponseResponseValueDefault | [optional] | |
| defaults | List<String> | Default values for multi-select fields | [optional] |
| values | List<String> | Selected values for multi-select fields | [optional] |
| options | List<String> | Available options for select fields | [optional] |
| format | String | Field format (for date fields) | [optional] |
| maxlen | Integer | Maximum field length | [optional] |
| multiline | Boolean | Whether text field is multiline | [optional] |
| editable | Boolean | Whether combo box is editable | [optional] |
| multi | Boolean | Whether list box allows multiple selections | [optional] |
| Name | Value |
|---|---|
| TEXTFIELD | "textfield" |
| DATEFIELD | "datefield" |
| CHECKBOX | "checkbox" |
| RADIOBUTTONGROUP | "radiobuttongroup" |
| COMBOBOX | "combobox" |
| LISTBOX | "listbox" |