AnswerField

AnswerField

fieldtypedescriptionproperties
consumer_flow_section_field_idstring(uuid)ID of the field
labelstringLabel of the field as displayed to the user
metaobjectMeta data for the field, including validation rules and display options. This varies based on the field type.
typestringType of fieldenum: TEXT, NUMBER, BOOLEAN, DATE, FILE_UPLOAD
valuestring | number | boolean | null | arrayValue of the field. Type varies based on the field type, and will be null if the field has not been answered. When type is FILE_UPLOAD, this is an array of file objects.References FileUpload