Table of Contents


Wiki Version

Provides a way to offer a version filter for the pages in Wikis. This is a very useful tool for Reference Guides.

The entity's name is: WikiVersion.

 

API NameLabelRequiredData TypeDescription
WikiIdWikiYesMasterDetail(Wiki)The parent Wiki record this version belongs to.
NameNameYesText(30)The label for this version (e.g. “v1.0”, “2025-03 Release”).
CreatedByIdCreated ByNoLookup(User)User who originally created this version record.
CreatedOnCreated OnNoDateTimeTimestamp when this version was first created. Read-Only.
ModifiedByIdModified ByNoLookup(User)User who last modified this version.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update to this version. Read-Only.
IsDefaultCurrent VersionNoCheckboxMarks this version as the “current” or default one surfaced for end-users.
IsVisibleVisibleNoCheckboxControls whether this version is shown in version-selection filters.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the version is in the recycle bin).
IdIdNoIDSystem-generated unique identifier for the version record. Read-Only.