getVersionHistory operation (deprecated)

Retrieves the version history of the specified file, including any check in comments that you have entered when you checked in each version. You must make the node versionable in order to obtain its version history using the getVersionHistory API.

Input properties

Parameters that specify the scope of the version history.

Store Name

A string value that represents the name of the store. This is a mandatory parameter, and the default value is SpacesStore.

nodeIDOrPath

A string value that specifies the file which you want version history of. This value is a mandatory parameter.

isAscending

A boolean value, which if set to true, sorts the version history in ascending order by date, with the first version appearing at the beginning. If set to false, with the latest version appearing at the beginning.

Output properties

A list of nodeVersions of the specified file, with each version of the node containing the properties such as version label, date of modification, user who checked in the file, and any check in comments.

// Ethnio survey code removed