Form
All the endpoints that can be called on the Form controller.
Endpoints that require the FORM_READ permission:
GETindexGETitemGETgetFormForTicket
Endpoints that require the FORM_CUD permission:
POSTindexPUTitemDELETEitem
Additionally, PUT saveFormFields requires the FORM_SAVE permission.
Returns all of the existing forms.
Authorizations
apiKeystringRequired
Query parameters
querystring · min: 1OptionalDefault:
""Pattern: ^[0-9a-zA-Z ]+$itemStartnumberOptionalDefault:
0itemLimitnumber · max: 9999OptionalDefault:
15Responses
200Success
No content
get
/api/v2/form200Success
No content
Last updated