Get Assets By Group
The method then returns a response containing information about all the assets belonging to a specific group, like a Collection.
Parameters (Source)
Name
Description
Required
groupKey
The key of the group (e.g., "collection"
).
Yes
groupValue
The value of the group.
Yes
sortBy
Sorting criteria. This is specified as an object { sortBy: <value>, sortDirection: <value> }
, where sortBy
is one of ["created", "updated", "recentAction", "none"]
and sortDirection
is one of ["asc", "desc"]
No
page
The index of the "page" to retrieve.
No
before
Fetch assets before the given ID.
No
after
Fetch assets after the given ID.
No
Last updated
Was this helpful?