All the endpoints that can be called on the Form controller.
Endpoints that require the FORM_READ permission:
Endpoints that require the FORM_CUD permission:
Additionally, PUT saveFormFields requires the FORM_SAVE permission.
get
Returns all of the existing forms.
querystring · min: 1OptionalDefault: ""Pattern: ^[0-9a-zA-Z ]+$
itemStartnumberOptionalDefault: 0
itemLimitnumber · max: 9999OptionalDefault: 15
index
post
Creates a new form for this brand.
Body
titlestring · min: 2RequiredPattern: ^[a-zA-Z0-9 ]+$
get
Returns this form by its ID.
Optionally, you can send a ticket ID with it to get the form values for that ticket.
put
Updates this form by its ID.
Body
titlestring · min: 2RequiredPattern: ^[a-zA-Z0-9 ]+$
delete
Permanently deletes this form by its ID.
Body
descriptionstringOptionalOptional parameter if you want to send a description for deletion.
get
Returns the form(s) for this ticket.
put
Saves the values of the form fields of this ticket.
Body
Last updated