Category
Represents a news category.
- categoryType: integer Format: int32
Id The identifier of the category.
- categoryType: string | null
Name The name of the category.
- categoryType: string | null
Short Name The short name of the category.
- parentType: integer Format: int32
Category Id If this category is a child category, it indicates the identifier of the parent category.
Examples
{
"categoryId": 1,
"parentCategoryId": 0,
"categoryName": "Company Announcements",
"categoryShortName": "ANN"
}

