Options

Field options can be defined here so that they can be re-used across many fields and forms.


Options fields

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

Options relations

fields, fields.form,

Options endpoints

GET List all Options /options toggle

GET Return data for a specified Option /options/:id toggle

POST Save, or update a Option /options/:id? toggle

DELETE Delete a Option /options/:id toggle