Download a version without reverting | Community
Skip to main content
Level 2
May 8, 2025
Solved

Download a version without reverting

  • May 8, 2025
  • 1 reply
  • 368 views

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

Best answer by DivrajSingh

@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.

1 reply

DivrajSingh
Adobe Employee
DivrajSinghAdobe EmployeeAccepted solution
Adobe Employee
May 8, 2025

@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.