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