TicketEmailCCs
Returns users CC'd on a specified ticket, including user Id and name details.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:
SELECT * FROM TicketEmailCCs where TicketId = '2826'
Columns
| Name | Type | References | Description |
| TicketId | Long |
Tickets.id | The Id of the ticket the CC'd users are associated with. |
| UserId | String |
Users.id | The Id of the CC'd user. |
| Name | String | The name of the CC'd user. |