cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain Version History

dia_susca
Champ in-the-making
Champ in-the-making

Is there a way to obtain a file that contains the version history for a document stored in Alfresco?

In the document detail screen, under Version History, I can see a list of the previous versions, but I would like to be able to download this information. What would be even more useful is to get a "change log": a document that lists all versions, as well as any comments that were made when the new version was uploaded. Is this possible?

Thank you.

3 REPLIES 3

douglascrp
World-Class Innovator
World-Class Innovator

Hello.

You can use the VersionService to get the information you need, as described at VersionService | Alfresco Documentation 

janv
Employee
Employee

If using ACS (Alfresco Content Services) Repository 5.2 or higher, also:

REST API for Node Versions 

Regards,

Jan

dia_susca
Champ in-the-making
Champ in-the-making

Thank you for the answers - so what I understand from them, it's that there's no way to obtain the list from the UI (i.e. non-programmable)