> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.CategoryGroup

# <a id="SuperOffice_WebApi_Data_CategoryGroup" /> Enum CategoryGroup

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

5 different type a category can be grouped as
This Enum is used by:  Category.category\_group

```csharp theme={null}
public enum CategoryGroup : short
```

## Fields

`Customer = 1`

1: Customer

`Lost = 4`

4: Lost

`Other = 5`

5: Other

`Partner = 3`

3: Partner

`PotentialCustomer = 2`

2: Potential customer

`Unknown = 0`

0: Unknown category group


## Related topics

- [SuperOffice.WebApi.Data.Category](/en/api/reference/webapi/SuperOffice.WebApi.Data.Category.md)
- [SuperOffice.WebApi.Data.CategoryEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategoryEntity.md)
- [SuperOffice.WebApi.Data.List GetTicketCategoriesForUserGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetTicketCategoriesForUserGroupsRequest.md)
- [SuperOffice.WebApi.Data.List SetTicketCategoriesForUserGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SetTicketCategoriesForUserGroupRequest.md)
- [SuperOffice.WebApi.Data.KbCategory](/en/api/reference/webapi/SuperOffice.WebApi.Data.KbCategory.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
