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 = 20463
Type (Data Object Type)
_type like 'Marker'
Inventory Key (Asset Type)
inventoryKey like 'marker'
inventoryKey = 'marker'
Inventory Type Name (Asset Type)
inventoryTypeName like 'marker'
inventoryTypeName = 'marker'
Segment Type String
segmentTypeStr = 'MARKER'
Name (Asset Name)
name like 'MarkerName' ← Full Name of Asset
name like 'rkerNa' ← Partial Search against Name of Asset
System Keywords (Marker Name and Parent Timeline Name)
systemKeywords = 'Test Marker Test Timeline'
Date Created (Date of Asset Ingest)
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'
Timeline Memberships (Denotes the Assets Association to a Timeline by Timeline ID)
timelineMemberships = '241'
timelineMemberships != '241'
timelineMemberships in ('241','242')
timelineMemberships not in ('241','242')
UUID (UUID Created during Ingest Process)
uuid = '7997d8e1-00d6-4339-94f2-b2313994a4a9'
Metadata Set ID (Find the Asset Associated to a Metadata Set by ID)
metadata_id = 1033075643
Is Being Deleted
isBeingDeleted = false
isBeingDeleted = true
Timeline Name (Denotes the Timeline Clips Parent Timeline by Name)
TimelineName like 'Test Timeline'
Timeline ID (Denotes the Timeline Clips Parent Timeline by ID)
TimelineId = 20461
RQL Queries for Marker Technical Data
Start Time Offset (Denotes Start Time of Timeline Clip by Seconds)
timelineStartOffset = 1069.5027969307184
Comments
0 comments
Please sign in to leave a comment.