Value

When a response is saved, each field that is filled in stores a value. Some field types store small sets of data, e.g. text, email or telephone, while others store longer text data, e.g. address or checkbox


Value fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the value

Value relations

field, field.option, files, media, number, organisation,

Value endpoints

GET List all Values /values toggle

POST Store a newly created Value /values/:id toggle

DELETE Delete a Value /values/:id toggle