Can you use Assets HTTP API to access assets in a collection in AEM DAM? | Community
Skip to main content
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 shelly-goel

@umair-afzal  Yes you can retrieve the assets in a folder in AEM Assets using the Assets Http API. Refer link below

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html#retrieve-a-folder-listing

You can try accessing /api/assets/myFolder.json endpoint in postman with Basic Auth.

1 reply

shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
April 23, 2021

@umair-afzal  Yes you can retrieve the assets in a folder in AEM Assets using the Assets Http API. Refer link below

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html#retrieve-a-folder-listing

You can try accessing /api/assets/myFolder.json endpoint in postman with Basic Auth.

Level 2
April 23, 2021
@shelly-goel Thank you for the comment. Yes, retrieving folder listing is possible. My question was regarding accessing assets in a collection. Do you know if there a way to fetch assets in a collection?