Revisions Client API Overview
-
For a general revisions overview see: Revisions Overview.
-
Document revisions can be managed using Studio or from the Client API.
-
Find below a list of methods that revisions can be configured and managed by.
Revisions store
Operations
- ConfigureRevisionsOperation - apply a revision configuration
- GetRevisionsOperation - get revisions
Revisions session
methods
Get revisions:
- Use getFor to retrieve all revisions kept for a document.
- Use getMetadataFor to retrieve metadata for all revisions kept for a document.
- Use getBeforeDate to retrieve revisions by change vector or creation time.
- Read here about lazy versions of revision methods.
Count revisions:
Use getCountFor to get the number of revisions kept for a document.
Force revision creation:
Read here about creating a revision even if revision configuration is disabled.