---
title: "Get all info on a template"
method: POST
path: "/templates/view"
tags: ["templates"]
---

# Get all info on a template

`POST /templates/view`

Provides all details on a template

## Request body

- object
  - `uid` string — optional authorized UID of the session. By providing this, the user can specify user-sepecific templates
  - `template_id` integer — the ID of the template to view

## Response `200`

successful operation

- Template
  - `id` integer — the unique ID of the Template
  - `category_id` integer — the ID of the category to which this template belongs
  - `name` string — The name of the Template
  - `message` string — The actual message of the template

---

[API](https://skmtc.net/swaggerhub/apis/handwrytten-api.md) · [All operations](https://skmtc.net/swaggerhub/apis/handwrytten-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swaggerhub/handwrytten-api/versions/45e7c951cdd6/schema)
