Expand my Community achievements bar.

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

Download a version without reverting

Avatar

Level 2

Hi Team,

we want to provide the feature to download the previous version to user with out reverting, earlier AEM team suggested something we need to customize it.please share AEM guides side we have any specific recommendation or any latest documentation to implement this approach.

https://experience-aem.blogspot.com/2021/03/aem-6580-assets-download-version-from-timeline.html

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

@abomma : The version history of assets can be accessed via Java APIs and to expose them over REST endpoints you need to implement your business logic using Java APIs and expose that over a servlet.

Guides does not expose any additional public API for assets version history operations.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

@abomma : The version history of assets can be accessed via Java APIs and to expose them over REST endpoints you need to implement your business logic using Java APIs and expose that over a servlet.

Guides does not expose any additional public API for assets version history operations.