DeletedTickets
Query deleted tickets
Table Specific Information
Select
The component processes all filters to this table client side.SELECT * FROM DeletedTickets
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Automatically assigned when the ticket is created. | |
| Subject | String | The value of the subject field for this ticket. When used in WHERE clause: The text in the ticket's subject | |
| Description | String | Ticket description. | |
| PreviousState | String | State of the ticket prior to being deleted | |
| DeletedByUserID | String | The user Id who deleted the ticket | |
| DeletedByUserName | String | The user name who deleted the ticket | |
| DeletedAt | Datetime | When this record was deleted. |