Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SG-31392 Add doc for PublishedFiles preset filters #292

Merged
merged 2 commits into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@ with which parameters.
LATEST [string] latest_by 'ENTITIES_CREATED_AT':
When dealing with multiple
Versions associated to a group
of entities, returns only the
last Version created for each
entity.
of entities, this will return
only the last Version created
for each entity.
For example, when dealing with a
set of Shots, this preset allows
to find the latest Version created
Expand All @@ -570,6 +570,23 @@ with which parameters.
will return the Version associated
to the Task with the highest
step.list_order value.
Published LATEST [string] latest_by 'ENTITIES_CREATED_AT':
Files When dealing with multiple
PublishedFiles associated to a
group of entities, this will return
only the last PublishedFiles created
for each entity.
For example, when dealing with a
set of Versions, this preset allows
you to find the latest PublishedFile
created for each of these Versions.

'VERSION_NUMBER':
When dealing with multiple
PublishedFiles associated with a
group of entities, this returns only
the PublishedFile with the highest
version_number.

.. _data_types:

Expand Down
Loading