---
title: "POST /api/v1/cms/template"
method: POST
path: "/api/v1/cms/template"
tags: ["Template"]
---

# POST /api/v1/cms/template

`POST /api/v1/cms/template`

## Request body

- GetTemplatesRequest
  - `Paging` PagingDataOfTemplate
    - `Start` integer, nullable
    - `Items` integer, nullable
  - `CategoryIds` string[], nullable
  - `TemplateIds` string[], nullable
  - `Sorting` SortingData2
    - `Descending` boolean

## Response `200`

- GetTemplatesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Templates` Template[], nullable
    - `Id` string, nullable
    - `Name` string, required
    - `Description` string, nullable
    - `CategoryId` string, nullable
    - `AllowedDestinations` string[], nullable
    - `Permissions` string, nullable
    - `Weight` integer
    - `Disabled` boolean
    - `Metadata` unknown
    - `Priority` string, nullable
  - `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)
