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 = 20462
Type (Data Object Type)
_type like 'Clip'
Inventory Key (Asset Type)
inventoryKey = 'Clip' ← Only put the = here and not the 'like' clause, as doing like 'Clip' would also return Video Clips
Inventory Type Name (Asset Type)
inventoryTypeName = 'Clip' ← Only put the = here and not the 'like' clause, as doing like 'Clip' would also return Video Clips
Segment Type String
segmentTypeStr = 'CLIP'
Name (Asset Name)
name like 'TimelineClipName' ← Full Name of Asset
name like 'neClipNa' ← Partial Search against Name of Asset
System Keywords (Timeline Clip Name and Parent Timeline Name)
systemKeywords = 'Timeline Clip Test Timeline'
Date Created (Date of Timeline Clip 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'
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')
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 = '3f840adb-f351-4755-8630-1e4ea8e82f78'
Metadata Set ID (Find the Asset Associated to a Metadata Set by ID)
metadata_id = 1033075642
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
Is Being Deleted
isBeingDeleted = false
isBeingDeleted = true
RQL Queries for Timeline Clip Technical Metadata
Duration (Duration in seconds.milliseconds)
duration = 1064.2289198606272
Timecode Duration (Full Duration of the Timeline Clip in Hours/Minutes/Seconds/Frames)
timecodeDuration = '00:17:44:03'
Duration HMSF (Full Duration of the Timeline Clip in Hours/Minutes/Seconds/Frames)
durationhhmmssff = '00:17:44:03'
Start Time Offset (Denotes Start Time of Timeline Clip by Seconds)
timelineStartOffset = 206.78467846381957
End Time Offset (Denotes End Time of Timeline Clip by Seconds)
timelineEndOffset = 1271.0135983244468
Comments
0 comments
Please sign in to leave a comment.