Table of Contents


Wiki Page

Provides access to the data fields to track wiki pages' information.

The entity's name is: WikiPage.
 

API NameLabelRequiredData TypeDescription
WikiIdWikiYesMasterDetail(Wiki)The parent Wiki to which this page belongs.
ContentContentNoTextArea(100,000)The published HTML or rich-text content of the page.
DraftContentDraft ContentNoTextArea(100,000)Unpublished draft version of the page’s content.
DescriptionDescriptionYesTextArea(255)Brief summary or notes about the purpose of this page.
NameTitleYesText(120)The human-readable title of the wiki page.
UniqueNameUnique NameYesText(120)System-unique identifier (used in API calls and URLs).
WikiCategoryIdWiki CategoryYesLookup(Wiki Category)Category under which this page is grouped.
PublishDatePublish DateNoDateDate on which the page is (or will be) published.
SequenceSequenceNoNumber(12,0)Numeric order for sorting pages within the same category.
StatusStatusNoPicklistCurrent state (e.g. Draft, Published).
VersionsVersionsNoTextArea(600)Historical version list or changelog of this page.
CreatedByIdCreated ByNoLookup(User)User who originally created the page record. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when the record was first created. Read-Only.
ModifiedByIdModified ByNoLookup(User)User who last updated the page record. Read-Only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update. Read-Only.
IdIdNoIDSystem-generated unique identifier for this page. Read-Only.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the page is in the recycle bin).