ViewsConditionsAll
Returns the AND conditions defined for views.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:SELECT * FROM ViewsConditionsAll WHERE ViewId = '18521247306513'
Columns
| Name | Type | References | Description |
| ViewId [KEY] | Long | The Id of the view. | |
| Active | Boolean | Indicates whether the view should be displayed. | |
| Access | String | The access level of the view. Possible values are personal, shared, or account. | |
| GroupId | Long |
Groups.Id | The Id of the group the view belongs to. Used to query the table. |
| Field | String | The name of a ticket field. | |
| Operator | String | A comparison operator. | |
| Value | String | The value of a ticket field. |