@@ -545,9 +545,9 @@ with which parameters.
545
545
LATEST [string] latest_by 'ENTITIES_CREATED_AT':
546
546
When dealing with multiple
547
547
Versions associated to a group
548
- of entities, returns only the
549
- last Version created for each
550
- entity.
548
+ of entities, this will return
549
+ only the last Version created
550
+ for each entity.
551
551
For example, when dealing with a
552
552
set of Shots, this preset allows
553
553
to find the latest Version created
@@ -570,6 +570,23 @@ with which parameters.
570
570
will return the Version associated
571
571
to the Task with the highest
572
572
step.list_order value.
573
+ Published LATEST [string] latest_by 'ENTITIES_CREATED_AT':
574
+ Files When dealing with multiple
575
+ PublishedFiles associated to a
576
+ group of entities, this will return
577
+ only the last PublishedFiles created
578
+ for each entity.
579
+ For example, when dealing with a
580
+ set of Versions, this preset allows
581
+ you to find the latest PublishedFile
582
+ created for each of these Versions.
583
+
584
+ 'VERSION_NUMBER':
585
+ When dealing with multiple
586
+ PublishedFiles associated with a
587
+ group of entities, this returns only
588
+ the PublishedFile with the highest
589
+ version_number.
573
590
574
591
.. _data_types :
575
592
0 commit comments