Category

Represents a news category.

  • categoryId
    Type: integer Format: int32

    The identifier of the category.

  • categoryName
    Type: string | null

    The name of the category.

  • categoryShortName
    Type: string | null

    The short name of the category.

  • parentCategoryId
    Type: integer Format: int32

    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"
}