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