How to get the AEM DAM Assets name and count | Community
Skip to main content
New Participant
February 10, 2016
Solved

How to get the AEM DAM Assets name and count

  • February 10, 2016
  • 1 reply
  • 3223 views

Hi ,

How to get the AEM DAM Assets name and count via query? We are using the MongoDB as repository in AEM and want to retrieve the assets that is uploaded on specific date either via query or programmatically.

Can anyone provide the any sample?

 

Thanks

~S

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 Lokesh_Shivalingaiah

There are multiple examples for queries here [1] please refer the same 

[1] https://docs.adobe.com/docs/en/cq/5-6-1/dam/customizing_and_extendingcq5dam/query_builder.html

you can query to get all the assets uploaded on specific date which would return list of nodes where you can iterate to get the asset name.

1 reply

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
February 10, 2016

There are multiple examples for queries here [1] please refer the same 

[1] https://docs.adobe.com/docs/en/cq/5-6-1/dam/customizing_and_extendingcq5dam/query_builder.html

you can query to get all the assets uploaded on specific date which would return list of nodes where you can iterate to get the asset name.