method
LocalAPI.VersionWithOptions
func (local *LocalAPI) VersionWithOptions(
ctx context.Context,
collection,
id string,
revision int,
options FindOptions,
) (store.Version, error)Read one retained document revision with exact identity and locale controls.
Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
FindOptionsProjection, population, authorization, draft, trash, and locale controls for one read.
VersionOne retained version snapshot for a document.