StaticgetStaticgetGets a specific document version.
Gets a specific document version by its Id. If found, the result describes the version and includes details of the document type, editor, version date, and published status.
StaticpostRolls back a document to a specific version.
Rolls back a document to the version indicated by the provided Id. This will archive the current version of the document and publish the provided one.
StaticputSets the prevent clean up status for a document version.
Sets the prevent clean up boolean status for a document version to the provided value. This controls whether the version will be a candidate for removal in content history clean up.
Gets a paginated collection of versions for a specific document.
Gets a paginated collection of versions for a specific document and optional culture. Each result describes the version and includes details of the document type, editor, version date, and published status.