Requests_Collaborators
Returns the Ids of collaborators who are currently CC'd on a request.
View-Specific Information
Select
The provider uses the Zendesk API to process WHERE clause conditions built with the following column and operator:- Id supports the = operator.
For example, the following query is processed server-side while other filters are processed client-side within the provider.
SELECT * FROM Requests_Collaborators WHERE Id = '5'
Columns
| Name | Type | References | Description |
| Id | Long |
Requests.Id | The Id automatically assigned when the request is created. |
| CollaboratorId | Long | The Id of a user who is currently CC'd on the request. |