---
title: "查询模板列表"
method: POST
path: "/inter-api/supos/uns/template/pageList"
tags: ["supos/uns/template", "suposUnsTemplate"]
---

# 查询模板列表

`POST /inter-api/supos/uns/template/pageList`

## Query parameters

- `pageNo` integer, required
- `pageSize` integer, required

## Request body

- TemplateQueryVo
  - `key` string
  - `pageNo` integer — 当前页数，默认为1
  - `pageSize` integer — 每页记录数，默认为20，最大支持1000
  - `subscribeEnable` boolean

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` TemplatePageResp
    - `code` integer
    - `data` TemplateSearchResult[]
      - `alias` string
      - `description` string
      - `id` string, required
      - `name` string, required
    - `msg` string
    - `pageNo` integer
    - `pageSize` integer
    - `total` integer
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
