events
List events
List selected data from all events that match the specified filter and search criteria in a specific sort order. Requires no specific permission.
Create new event
Create a new event and return its persistent data. Requires no specific permission.
Get event
Return the data of an existing event by **`ID`**. Requires no specific permission.
Check if event exists
Check if an event with **`ID`** exists, but do not return its data. Requires no specific permission.
Update existing event
Update an existing event by **`ID`** and return its persistent data. Requires no specific permission.
Delete event
Permanently delete an existing event by **`ID`**. Requires no specific permission.