Contents

Summary

A Service Catalog 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.
IsActive This field is editable through the web API. Boolean Gets or sets a value indicating whether the category is active.
IconCharCode This field is editable through the web API. Int32 Gets or sets the icon character code for the service category. Invalid values will be silently ignored.
IconStyle This field is editable through the web API. String This field is nullable. Gets or sets the icon style for the service category. Invalid values will be silently ignored.
IconColor This field is editable through the web API. String This field is nullable. Gets or sets the explicit icon color hex code to use for the service category, or null/empty to use the default coloring. Invalid values will be silently ignored.
IsPublic Boolean The public status of the category.
AllowlistGroups Boolean Whether groups associated with the category are allowlisted or denylisted from accessing the category in the Knowledge Base.
InheritPermissions 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.ServiceCatalog.ServiceCategory[] This field is nullable. The subcategories directly belonging to this category.