---
title: "List Email Templates"
method: GET
path: "/setup/v1/locations/{id}/email/templates"
tags: ["Locations"]
---

# List Email Templates

`GET /setup/v1/locations/{id}/email/templates`

Use this endpoint to return a **List of Email Templates** that are provided and may be customized. If the template has been customized, the customized property is true. The scope parameter indicates if the email template has been customized. This endpoint returns **only company level templates**, so the scope is always company.

## Path parameters

- `id` string, required

## Response `200`

Success

- EmailTemplateListViewModel
  - `object` string, nullable
  - `url` string, nullable
  - `total` integer
  - `data` EmailTemplateViewModel[], nullable
    - `object` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `scope` string, nullable
    - `customized` boolean

---

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