Get Assets By Group
Last updated
Was this helpful?
Temporary Suspension
This method is currently temporarily disabled for maintenance and performance optimization. Please avoid calling this method until further notice.
The method then returns a response containing information about all the assets belonging to a specific group, like a Collection.
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?
Was this helpful?