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 propertiesParameters that specify the scope of the version history.
Store NameA string value
that represents the name of the store. This is a mandatory parameter,
and the default value is SpacesStore.
nodeIDOrPathA string value
that specifies the file which you want version history of. This value
is a mandatory parameter.
isAscendingA 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 propertiesA 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.
|
|
|