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