All the endpoints that can be called on the View controller.
Endpoints that require the VIEW_READ
permission:
GET
index
Endpoints that require the VIEW_CUD
permission:
POST
index
POST
item
DELETE
item
Endpoints that require the GROUP_CUD
permission:
GET
item
Endpoints that require the SETTINGS_CRUD
permission:
GET
viewCategories
Creates a new view.
View the example on how to create conditions and columns.
example title
Pattern: ^[0-9a-zA-Z \-\_]+$
none
Example: none
Pattern: ^[a-z_]+$
asc
Possible values: none
Example: none
Pattern: ^[a-z_]+$
asc
Possible values: 1
index example
Updates this specific view.
View the example of POST
index on how to update the conditions and columns.
^[0-9a-zA-Z \-\_]+$
none
Pattern: ^[a-z_]+$
asc
Possible values: none
Pattern: ^[a-z_]+$
asc
Possible values: No content