get URL of Assets in the DAM and encode to JSON | Community
Skip to main content
Level 2
October 28, 2019
Solved

get URL of Assets in the DAM and encode to JSON

  • October 28, 2019
  • 2 replies
  • 2003 views

Hi All,

I need to get a URL for all assets in AEM and return the response in JSON format.

Please give me any helps!

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sssfaffaaa

You can use this URL which relies on the query builder API

http://localhost:4502/bin/querybuilder.json?p.limit=-1&type=dam%3aAsset

2 replies

sssfaffaaaAdobe EmployeeAccepted solution
Adobe Employee
October 28, 2019

You can use this URL which relies on the query builder API

http://localhost:4502/bin/querybuilder.json?p.limit=-1&type=dam%3aAsset

AEMuserAuthor
Level 2
October 28, 2019

Thanks, shunnar​ This is I am expected.