Contents

Summary

A Knowledge Base category.

Properties

Name Editable? Required? Type Nullable? Summary
ID Int32 The ID of the category.
AppID Int32 The ID of the Client Portal application containing the category.
AppName String The name of the Client Portal application containing the category.
ParentID This field is editable through the web API. Int32 The ID of the parent category associated with the category.
ParentName String This field is nullable. The name of the parent category associated with the category.
Order This field is editable through the web API. This field is required. Double The order of the category.
Name This field is editable through the web API. This field is required. String The name of the category.
Description This field is editable through the web API. String This field is nullable. The description of the category.
IsPublic This field is editable through the web API. Boolean The public status of the category.
WhitelistGroups This field is editable through the web API. Boolean Whether groups associated with the category are whitelisted or blacklisted from accessing the category in the Knowledge Base.
InheritPermissions This field is editable through the web API. Boolean Whether category permissions are inherited from the parent category.
CreatedDate DateTime The created date of the category.
CreatedUid Guid The UID of the user who created the category.
CreatedFullName String The full name of the user who created the category.
ModifiedDate DateTime The last modified date of the category.
ModifiedUid Guid The UID of the user who last modified the category.
ModifiedFullName String The full name of the user who last modified the category.
Subcategories TeamDynamix.Api.KnowledgeBase.ArticleCategory[] This field is nullable. The subcategories directly belonging to this category.