All the endpoints that can be called on the Form controller.
Endpoints that require the FORM_READ
permission:
GET
index
GET
item
GET
getFormForTicket
Endpoints that require the FORM_CUD
permission:
POST
index
PUT
item
DELETE
item
Additionally, PUT
saveFormFields requires the FORM_SAVE
permission.