@@ -545,9 +545,9 @@ with which parameters.
545545 LATEST [string] latest_by 'ENTITIES_CREATED_AT':
546546 When dealing with multiple
547547 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.
551551 For example, when dealing with a
552552 set of Shots, this preset allows
553553 to find the latest Version created
@@ -570,6 +570,23 @@ with which parameters.
570570 will return the Version associated
571571 to the Task with the highest
572572 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.
573590
574591.. _data_types :
575592
0 commit comments