i want to get all version history of all the files together store in a folder with their size.is there any way ?
You could use the REST API:
GET /nodes/{nodeId}/versions - List version history
GET /nodes/{nodeId}/versions/{versionId} - Get version information
but this is for particualr file i want that i can run it on a folder and get version of all files together which are in the that folder.
You could use the REST API:
GET /nodes/{nodeId}/children - List node children
GET /nodes/{nodeId}/versions - List version history
GET /nodes/{nodeId}/versions/{versionId} - Get version information
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.