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