02-01-2022 12:22 AM
i want to get all version history of all the files together store in a folder with their size.is there any way ?
02-01-2022 04:24 AM
You could use the REST API:
GET /nodes/{nodeId}/versions - List version history
GET /nodes/{nodeId}/versions/{versionId} - Get version information
02-01-2022 04:42 AM
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.
02-01-2022 05:05 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.