AnswerField
field | type | description | properties |
---|---|---|---|
consumer_flow_section_field_id | string(uuid) | ID of the field | |
label | string | Label of the field as displayed to the user | |
meta | object | Meta data for the field, including validation rules and display options. This varies based on the field type. | |
type | string | Type of field | enum: TEXT , NUMBER , BOOLEAN , DATE |
value | string | number | boolean | null | Value of the field. Type varies based on the field type, and will be null if the field has not been answered. |