TicketEmailCCs
Query any users cc'd on the ticket in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the 本製品.SELECT * FROM TicketEmailCCs where TicketId = '2826'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.
Columns
Name | Type | References | Description |
TicketId | Long |
Tickets.id | The id of the Ticket. |
UserId | String |
Users.id | The id of the User. |
Name | String | Name of the User. |