---
title: "Retrieve template list"
method: GET
path: "/api/manageTemplate/templateList"
tags: ["Manage Template"]
---

# Retrieve template list

`GET /api/manageTemplate/templateList`

## Response `200`

Returned template list.

- TemplateInfoDto[]
  - `name` string, required — The name of the template
  - `id` string — The id of the template
  - `webgal-version` string, required — The webgal version of the template
  - `fonts` TemplateFontConfigDto[] — The font registrations of the template
    - `font-family` string, required — The font-family name
    - `url` string, required — The url of the font file
    - `type` 'truetype' | 'opentype' | 'woff' | 'woff2' | 'embedded-opentype' | 'svg', required — The font type used for @font-face format
  - `dir` string, required — The dir of the template
  - `builtIn` boolean, required — Whether the template is built in

## Other responses

- `500` — Internal server error.

## Changes

- **2026-06-06** `6d06510c66ba` — 1 breaking, 1 info
  - the response property `items/id` became optional for the status `200`
  - added the required property `items/builtIn` to the response with the `200` status
- **2026-01-31** `33d29418e302` — 1 info
  - added the optional property `items/fonts` to the response with the `200` status
- **2024-11-15** `c868708333be` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `500`
- **2024-03-04** `df980ba7aa16` — 1 info
  - endpoint added
- **2023-10-20** `bbfe1dbc457f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openwebgal/apis/webgal-terre-api/changes/api/manageTemplate/templateList/get.md)

---

[API](https://skmtc.dev/openwebgal/apis/webgal-terre-api.md) · [All operations](https://skmtc.dev/openwebgal/apis/webgal-terre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openwebgal/webgal-terre-api/revisions/ebcacb42f932/schema)
