---
title: "List Visit Note Templates"
method: GET
path: "/api/2.0/visit_note_templates/"
tags: ["Visit Note Templates"]
---

# List Visit Note Templates

`GET /api/2.0/visit_note_templates/`

## Query parameters

- `limit` integer
- `name` string[]
- `offset` integer
- `order_by` string
- `practice_created` integer[]

## Response `200`

- PaginatedVisitNoteTemplateList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` VisitNoteTemplate[], required
    - `content` string, required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `name` string, required
    - `practice_created` integer, nullable

---

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