Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How do I get a list of pages/folders created/modified by a user?

Avatar

Level 8

As above. I want to export the content and put it on our test environment. Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.

path=/content/we-retail/language-masters/en

1_property=@jcr:content/jcr:createdBy

1_property.operation=equal

1_property.value=rpampana

p.limit=-1

Creating content package:

Adobe Experience Manager Help | Creating Adobe Experience Manager Packages using the JcrPackageManag...

Similarly we can write query for modified data

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.

path=/content/we-retail/language-masters/en

1_property=@jcr:content/jcr:createdBy

1_property.operation=equal

1_property.value=rpampana

p.limit=-1

Creating content package:

Adobe Experience Manager Help | Creating Adobe Experience Manager Packages using the JcrPackageManag...

Similarly we can write query for modified data