Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

get URL of Assets in the DAM and encode to JSON

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee
2 Replies

Avatar

Correct answer by
Employee

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

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

Avatar

Level 2

Thanks, shunnar​ This is I am expected.