cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all version of files stored in a folder together with their size?

Abhishek43
Champ in-the-making
Champ in-the-making

i want to get all version history of all the files together store in a folder with their size.is there any way ?

3 REPLIES 3

angelborroy
Community Manager Community Manager
Community Manager

You could use the REST API:

GET ​/nodes​/{nodeId}​/versions - List version history
GET ​/nodes​/{nodeId}​/versions​/{versionId} - Get version information

Hyland Developer Evangelist

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

Hyland Developer Evangelist