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