DeletedTickets
Returns deleted tickets that are pending permanent deletion.
View-Specific Information
Select
The provider processes all filters to this view client-side.SELECT * FROM DeletedTickets
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The Id of the ticket, automatically assigned when it 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 | The description of the ticket. | |
| PreviousState | String | The state of the ticket prior to deletion. | |
| DeletedByUserID | String | The Id of the user who deleted the ticket. | |
| DeletedByUserName | String | The name of the user who deleted the ticket. | |
| DeletedAt | Datetime | The date and time when this ticket was deleted. |