How to pull list of contents (Assets/Pages) created/modified on last 10 days | Community
Skip to main content
Gunalan_V
New Participant
April 20, 2018
Solved

How to pull list of contents (Assets/Pages) created/modified on last 10 days

  • April 20, 2018
  • 4 replies
  • 2530 views

Hello,

Could some one let me know how to pull list of contents (Assets/Pages) created/modified on last 10 days in AEM 6.2 Author to package and export from one environment to other environment without any code or component changes ?

Thanks,

GVK

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 chandu_t

Try something like /bin/querybuilder.json?path=/content&type=cq:PageContent&1_relativedaterange.property=jcr:created&1_relativedaterange.lowerBound=-10d&p.limit=10

4 replies

kautuk_sahni
Employee
May 8, 2018
chandu_t
chandu_tAccepted solution
New Participant
April 23, 2018

Try something like /bin/querybuilder.json?path=/content&type=cq:PageContent&1_relativedaterange.property=jcr:created&1_relativedaterange.lowerBound=-10d&p.limit=10

Gunalan_V
Gunalan_VAuthor
New Participant
April 21, 2018

Thanks for the response edubey.

Do you have any sample query to pull based on the create or last modified date? If so please share me the same.

edubey
New Participant
April 20, 2018