# GetCategoryResponseBody response ## Example Usage ```typescript import { GetCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetCategoryResponseBody = { category: { allTopicsWiki: false, allowBadges: false, allowUnlimitedOwnerEditsOnFirstPost: false, autoCloseBasedOnLastPost: false, autoCloseHours: "", availableGroups: [""], canDelete: false, canEdit: false, color: "green", customFields: {}, defaultListFilter: "", defaultSlowModeSeconds: "", defaultTopPeriod: "", defaultView: "", description: "Configurable client-driven extranet", descriptionExcerpt: "", descriptionText: "", emailIn: "", emailInAllowStrangers: false, groupPermissions: [ { groupName: "", permissionType: 389135, }, ], hasChildren: false, id: 246535, mailinglistMirror: false, minimumRequiredTags: 952143, name: "", navigateToFirstPostAfterRead: false, notificationLevel: 562783, numFeaturedTopics: 300029, permission: 906355, position: 160467, postCount: 580107, readOnlyBanner: "", readRestricted: false, requiredTagGroups: [ { minCount: 886305, name: "", }, ], searchPriority: 597937, showSubcategoryList: false, slug: "", sortAscending: "", sortOrder: "", subcategoryListStyle: "", textColor: "", topicCount: 446394, topicFeaturedLinkAllowed: false, topicTemplate: "", topicUrl: "", uploadedBackground: "", uploadedBackgroundDark: "", uploadedLogo: "", uploadedLogoDark: "", }, }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `category` | [operations.GetCategoryCategory](../../../sdk/models/operations/getcategorycategory.md) | :heavy_check_mark: | N/A |