---
title: "Get Template"
method: GET
path: "/finalize/v2/templates/{template_id}"
tags: ["Finalize Templates"]
---

# Get Template

`GET /finalize/v2/templates/{template_id}`

## Path parameters

- `template_id` string, uuid, required

## Query parameters

- `include` string

## Response `200`

success

- object
  - `data` object, required
    - `id` string, uuid, required — The UUID of the template record.
    - `name` string, required — The name of the template.
    - `description` string, required — The description of the template.
    - `kind` 'draft' | 'intake' | 'request_form', required — The kind of the template.
    - `instructions` string, nullable, required — Instructions for the template.
    - `created_at` string, date-time, required — The ISO 8601 datetime of when the template was created.
    - `updated_at` string, date-time, required — The ISO 8601 datetime of when the template was updated.
    - `token_ids` string[], required
    - `question_ids` string[], required
  - `_embedded` object, required — Includes the full sub-resource objects. Only present if ?include=embedded query parameter is supplied
    - `tokens` object[], required
      - `id` string, uuid, required — The UUID of the template token record.
      - `kind` 'text_field' | 'text_area' | 'date' | 'clause' | 'multi_select' | 'single_selection' | 'external_list', required — The kind of template token.
      - `question` string, required — The template token question.
      - `required` boolean, required — Indicates whether the template token is required.
      - `clause_category_id` string, uuid, nullable, required — The clause category UUID for the template token.
      - `clause_category_name` string, nullable, required — The clause category name for the template token.
      - `options` object[], required
        - `id` string, uuid — The UUID of the token option record.
        - `value` string — The value of the token option record.
    - `questions` union[], required
      - union
        - object
          - `id` string, uuid, required — The UUID of the template question record.
          - `description` string, nullable, required — The description of the template question record.
          - `required` boolean, required — Indicates whether the the template question is required.
          - `answer_type` 'text' | 'paragraph' | 'date' | 'numbers' | 'multiple_selection' | 'single_selection' | 'file' | 'url', required — The answer type of the question.
        - object
          - `id` string, uuid, required — The UUID of the template question record.
          - `description` string, nullable, required — The description of the template question record.
          - `required` boolean, required — Indicates whether the the template question is required.
          - `answer_type` 'text' | 'paragraph' | 'date' | 'numbers' | 'multiple_selection' | 'single_selection' | 'file' | 'url', required — The answer type of the question.
          - `answer_options` object[], required — List of possible answer options for the question.
            - `id` string, uuid, required — The UUID of the question answer_option record.
            - `description` string, required — The description of the question answer_option record.
        - object
          - `id` string, uuid, required — The UUID of the template question record.
          - `description` string, nullable, required — The description of the template question record.
          - `required` boolean, required — Indicates whether the the template question is required.
          - `answer_type` 'text' | 'paragraph' | 'date' | 'numbers' | 'multiple_selection' | 'single_selection' | 'file' | 'url', required — The answer type of the question.
          - `attachment_ids` string[], required — List of template question attachment UUIDs.

## Other responses

- `404` — not_found
- `422` — unprocessable_entity

---

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