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 = 20460
Type (Data Object Type)
_type like 'Timeline'
Inventory Key (Asset Type)
inventoryKey like 'Timeline'
inventoryKey = 'Timeline'
Inventory Type Name (Asset Type)
inventoryTypeName like 'Timeline'
inventoryTypeName = 'Timeline'
Segment Type String
segmentTypeStr like 'TIMELINE'
Name (Asset Name)
name like 'TimelineName' ← Full Name of Asset
name like 'elineNa' ← Partial Search against Name of Asset
System Keywords (Asset Name)
systemKeywords = 'Test Timeline'
Date Created (Date of Timeline 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 or Content Added to the Timeline)
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'
Status (Is the Asset Available? Or in a Locked state)
status = 'AVAILABLE'
status != 'AVAILABLE'
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')
UUID (UUID Created during Ingest Process)
uuid = 'd92b9b3e-3e86-4179-b9df-7d9ce9020f89'
Metadata Set ID (Find the Asset Associated to a Metadata Set by ID)
metadata_id = 1033069953
Editable (Is the Timeline Currently Editable? Or in a Locked State)
editable = true
editable = false
Item Count (Find Timelines by how many Assets are on the Timeline)
Timeline.itemCount = 3
Multiple Days
multipleDays = true
multipleDays = false
RQL Queries for Timeline Technical Metadata
Time Format (Denotes Timecode Format of the Timeline by Frame)
timeFormat like 'SMPTE'
timeFormat like 'Time of Day'
Timecode Format (Drop or Non-Drop-Frame Timecode Format)
timecodeFormat like 'DROP_FRAME'
timecodeFormat like 'NON_DROP_FRAME'
Display Start Timecode (Denotes What the Video Player Shows for the Start Time of the Timeline)
displayStartTimecode = '00:00:00:00'
Display Start Time Offset (Denotes Display Start Time of Timeline by Seconds)
displayStartTimeOffsetSeconds = 0
Start Time Offset (Denotes Start Time of Timeline by Seconds)
timelineStartOffset = 0
End Time Offset (Denotes End Time of Timeline by Seconds)
timelineEndOffset = 147.008
Display Framerate (Denotes Framerate of the Timeline when Played in the Player)
displayFramerate = 29.0
Target Framerate (Denotes Framerate of the Timeline)
targetFramerate = 'FR_29_97'
Zero Time
zeroTime = 3600.0
Timecode Duration (Full Duration of the Timeline in Hours/Minutes/Seconds/Frames)
timecodeDuration = '00:02:27:00'
Duration HMSF (Full Duration of the Timeline in Hours/Minutes/Seconds/Frames)
durationhhmmssff like '00:02:27:00'
Duration (Duration in seconds.milliseconds)
duration = 147.008
Comments
0 comments
Please sign in to leave a comment.