All the endpoints that can be called on the Formfield controller.
Each endpoint requires the FORM_CUD
permission, except for GET
index, which requires the FORM_READ
permission.
Returns all form fields with optional filters such as search queries, views and result limits.
""
Pattern: ^[0-9a-zA-Z ]+$
0
15
No content
Creates a new form field.
If you want to add multiple required statuses, simply send an array of the statuses needed.
No content
Updates this form field.
Identical to POST
index, except this one also has an external code parameter.
If you want to add multiple required statuses, simply send an array of the statuses needed.
No content