I'm working on dam assets - I want to get all assets under/content/dam/folder? please let me know if anyone has idea on this?
Thanks in advance.
@sam- This is basic query which returns all the assets,
path=/content/dam/<root-folder> type=dam:Asset p.limit=-1
please check this out.
use query builder api to build a query that will fetch all the assets.
Copyright © 2021 Jogjafile Inc.
@sam- This is basic query which returns all the assets,
please check this out.