Table of Contents


Wiki Entity

Provides access to the data fields related to the Wiki definition and its settings.

The entity's name is: Wiki.

 

API NameLabelRequiredData TypeDescription
CreatedByIdCreated ByNoLookup(User)The user who originally created this wiki record. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when the wiki record was first created. Read-Only.
DescriptionDescriptionNoTextArea(255)Free-form notes or description of the wiki’s purpose.
EnableSearchEnable SearchNoCheckboxToggles whether the wiki’s pages are searchable via the portal search.
EnableVersioningEnable Wiki Versioning FilterNoCheckboxEnables filtering by version on wiki pages.
FirstPageIdFirst PageNoLookup(Wiki Page)Reference to the wiki’s “home” or landing page.
IdIdNoIDSystem-generated unique identifier for this wiki record.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the wiki is in the recycle bin).
LanguageLanguageNoText(5)ISO code (e.g. “en”, “fr”) for the wiki’s default locale.
LastPublishDateLast Publish DateNoDateTimeWhen the wiki content was last published or refreshed.
ModifiedByIdModified ByNoLookup(User)The user who last updated this wiki record. Read-Only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update. Read-Only.
NameNameYesText(120)Human-readable name of the wiki (displayed in navigation).
OwnerIdOwnerNoLookup(User)The record owner, used for sharing and permission purposes.
SecurityTypeSecurityNoPicklistVisibility model (public, private, role-based) for articles. This property is read-only.
Values: Public, Members Only, Internal, Limited Access, Private.
StatusStatusNoPicklistCurrent state of the wiki (e.g. Draft, Published).
UniqueNameUnique NameYesText(120)Machine-unique identifier used URL path of the Wiki. Use lower case and dashes.