method
LocalAPI.GlobalVersion
func (local *LocalAPI) GlobalVersion(
ctx context.Context,
slug string,
revision int,
actor *store.Document,
localeOptions ...LocaleOptions,
) (store.Version, error)Read one access-filtered retained singleton revision.
Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
DocumentA stored document with status and version metadata.
LocaleOptionsLocale selection for one single-document Local API operation.
VersionOne retained version snapshot for a document.