Skip to content

Commit 7907787

Browse files
authored
SG-31392 Add doc for PublishedFiles preset filters (#292)
* SG-31392 Add doc for PublishedFiles preset filters * SG-31392 grammar fixes
1 parent 1f132f8 commit 7907787

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

docs/reference.rst

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)