Wiki Entity
Provides access to the data fields related to the Wiki definition and its settings.
The entity's name is: Wiki.
| API Name | Label | Required | Data Type | Description |
|---|
| CreatedById | Created By | No | Lookup(User) | The user who originally created this wiki record. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when the wiki record was first created. Read-Only. |
| Description | Description | No | TextArea(255) | Free-form notes or description of the wiki’s purpose. |
| EnableSearch | Enable Search | No | Checkbox | Toggles whether the wiki’s pages are searchable via the portal search. |
| EnableVersioning | Enable Wiki Versioning Filter | No | Checkbox | Enables filtering by version on wiki pages. |
| FirstPageId | First Page | No | Lookup(Wiki Page) | Reference to the wiki’s “home” or landing page. |
| Id | Id | No | ID | System-generated unique identifier for this wiki record. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the wiki is in the recycle bin). |
| Language | Language | No | Text(5) | ISO code (e.g. “en”, “fr”) for the wiki’s default locale. |
| LastPublishDate | Last Publish Date | No | DateTime | When the wiki content was last published or refreshed. |
| ModifiedById | Modified By | No | Lookup(User) | The user who last updated this wiki record. Read-Only. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update. Read-Only. |
| Name | Name | Yes | Text(120) | Human-readable name of the wiki (displayed in navigation). |
| OwnerId | Owner | No | Lookup(User) | The record owner, used for sharing and permission purposes. |
| SecurityType | Security | No | Picklist | Visibility model (public, private, role-based) for articles. This property is read-only.
Values: Public, Members Only, Internal, Limited Access, Private. |
| Status | Status | No | Picklist | Current state of the wiki (e.g. Draft, Published). |
| UniqueName | Unique Name | Yes | Text(120) | Machine-unique identifier used URL path of the Wiki. Use lower case and dashes. |