---
title: "List Identifiers"
method: POST
path: "/template/list-identifiers"
tags: ["template"]
---

# List Identifiers

`POST /template/list-identifiers`

## Request body

- QueryCondition
  - `page` integer
  - `size` integer
  - `sort_column` string
  - `asc` boolean
  - `conditions` CommonQueryConditionCondition[]
    - `column` string
    - `values` string[]
    - `condition` string
    - `operation` string
  - `group_column` string

## Response `200`

Successful Response

- BaseResponsePageTemplateIdentifierFullInfo
  - `status` string, required
  - `code` integer, required
  - `message` string
  - `data` PageTemplateIdentifierFullInfo
    - `items` TemplateIdentifierFullInfo[], required
      - `description` string
      - `type` integer
      - `name` string
      - `classification` integer
      - `privacy` integer
      - `rule` string
      - `header_keywords` string
      - `max_distance` integer
      - `min_occurrence` integer
      - `props` unknown[]
        - unknown
      - `exclude_keywords` string
      - `version` integer
      - `create_by` string
      - `modify_by` string
      - `modify_time` string, date-time
      - `create_time` string, date-time
      - `id` integer
    - `total` integer, required
    - `page` integer
    - `size` integer
    - `pages` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution.md) · [All operations](https://skmtc.net/aws-samples/apis/sensitive-data-protect-solution/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/sensitive-data-protect-solution/revisions/e0c2e29932e2/schema)
