ResourceCollections
Query Resource Collections in Zendesk.
Table Specific Information
Select
The following queries are processed server side while other filters are processed client side within the add-in.SELECT * FROM ResourceCollections SELECT * FROM ResourceCollections WHERE Id = '310043820'
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 |
| Id [KEY] | Long | Id for the resource collection. Automatically assigned upon creation. | |
| Resources | String | Array of resource metadata objects. | |
| CreatedAt | Datetime | When the resource collection was created. | |
| UpdatedAt | Datetime | Last time the resource collection was updated. |