Table of Contents


Wiki Category

Provides access to data fields related to hierarchical categories of the Wiki pages.

The entity's name is: WikiCategory.

 

API NameLabelRequiredData TypeDescription
CreatedByIdCreated ByNoLookup(User)The user who originally created this category. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when this category record was first created. Read-Only.
DescriptionDescriptionNoTextArea(255)Free-form notes or description of what this category represents.
IdIdNoIDSystem-generated unique identifier for the category. Read-Only.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the category is in the recycle bin).
ModifiedByIdModified ByNoLookup(User)The user who last modified this category record. Read-Only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update to this category. Read-Only.
NameNameYesText(120)The human-readable name of the category (displayed in wiki navigation).
ParentIdParentNoLookup(Wiki Category)Optional parent category, allowing categories to be arranged in a hierarchy.
SequenceSequenceNoNumber(12,0)Numeric sort order for this category within its parent or list.
WikiIdWikiYesMasterDetail(Wiki)The Wiki record to which this category belongs (determines which pages it groups).