Please refer to the examples below to search for assets using specific criteria with the Reach Query Language (RQL). As you read through them, log in and search for assets using these examples to guide your search.
For additional Metadata query guidance, refer to the Querying for Reach Engine Metadata fields section.
ID (Reach Asset ID)
_id = 24901
Type (Data Object Type)
_type like 'AssetCollection'
Inventory Key (Asset Type)
inventoryKey = 'collection'
Inventory Type Name (Asset Type)
inventoryTypeName = 'collection'
Name (Asset Name)
name like 'CollectionName' ← Full Name of Asset
name like 'ectionNa' ← Partial Search against Name of Asset
System Keywords (Asset Name)
systemKeywords = 'Collection Name'
Date Created (Date of Collection Creation)
dateCreated gt '2019-01-01'
dateCreated lt '2019-01-01'
dateCreated gte '2019-01-01'
dateCreated lte '2019-01-01'
dateCreated between '2019-01-01' and '2019-04-04'
Date Updated (Date the Asset last had Metadata Updated)
dateUpdated gt '2019-01-01'
dateUpdated lt '2019-01-01'
dateUpdated gte '2019-01-01'
dateUpdated lte '2019-01-01'
dateUpdated between '2019-01-01' and '2019-04-04'
UUID (UUID Created when Collection was Created)
uuid = 'd2f167dc-5e3a-4f5f-aab4-88db064eb4cf'
Metadata Set ID (Find the Asset Associated to a Metadata Set by ID)
metadata_id = 1033069957
Contents Archived Flag (Denotes whether ALL the Assets within a Collection are Archived)
AssetCollection.contentsArchivedFlag = false
AssetCollection.contentsArchivedFlag = true
Collection Memberships (Denotes the Assets Association to a Collection by Collection ID)
collectionMemberships = '24901'
collectionMemberships != '24901'
collectionMemberships in ('24901','24902')
collectionMemberships not in ('24901','24902')
Item Count (Denotes a Count of the Assets within Collections)
AssetCollection.itemCount = 2
AssetCollection.itemCount != 2
AssetCollection.itemCount in ('28','2')
Private (Denotes if the Collection is Private or Public)
AssetCollection.private = true
AssetCollection.private = false
Comments
0 comments
Please sign in to leave a comment.