---
title: "Get text templates"
method: GET
path: "/template/"
tags: ["templatetext"]
---

# Get text templates

`GET /template/`

## Query parameters

- `group` string
- `limit` integer
- `archive` string
- `offset` integer

## Response `200`

list of text templates

- TemplateListResponse
  - `meta` ListMeta
    - `limit` integer
    - `next` string, nullable
    - `offset` integer
    - `previous` string, nullable
    - `total_count` integer — total number of objects
  - `objects` TemplateResponse[]
    - `archive` boolean
    - `created` string, date-time
    - `group` string
    - `has_fields` boolean
    - `modified` string, date-time
    - `resource_uri` string
    - `signee_count` integer
    - `title` string
    - `user` string
    - `uuid` string

---

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