---
title: "POST /api/v1/cms/templatecategory"
method: POST
path: "/api/v1/cms/templatecategory"
tags: ["TemplateCategory"]
---

# POST /api/v1/cms/templatecategory

`POST /api/v1/cms/templatecategory`

## Request body

- GetTemplateCategoriesRequest
  - `Paging` PagingDataOfTemplateCategory
    - `Start` integer, nullable
    - `Items` integer, nullable
  - `Sorting` SortingData
    - `Descending` boolean

## Response `200`

- GetTemplateCategoriesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `TemplateCategories` TemplateCategory[], nullable
    - `Id` string, nullable
    - `Description` string, nullable
    - `AllowedDestinations` string[], nullable
    - `Permissions` string, nullable
    - `Name` string, nullable
    - `TemplateCount` integer
  - `TotalItems` integer

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
