내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Infinity.json and old page versions content

Avatar

Level 1

Hello AEM community,

 

I'm trying to extract old text content from old versions of pages for legal reasons. For a few pages I can find all of the text content for the different versions in infinity.json but for most I cannot find the text content for a given version unless under the Timeline I click Revert to this Version. After clicking it, only text content from that version shows up. I'm looking at around 1000 pages with 6-10 versions per page so manually clicking is not an option. How can I get text content from all versions of a page? Is there a programmatic way to do this? Maybe programmaticaly Revert to a version and pull text content from infinity.json?

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @clintg6 

 

infinity.json gives the current content hierarchy and it will not show any previous version content until unless the content is reverted and available in crx nodes.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @clintg6 

 

infinity.json gives the current content hierarchy and it will not show any previous version content until unless the content is reverted and available in crx nodes.

Avatar

Level 1
Thanks do you know if I can use the version manager to revert back previous content? https://docs.adobe.com/content/docs/en/spec/jsr170/javadocs/jcr-2.0/javax/jcr/version/VersionManager...

Avatar

Employee Advisor
the JCR Version manager gives you access to the old versions and can also help you to restore them