# getById

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/template/template.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/template/template.controller.ts#L60)

Get a template by ID

## Endpoint

`GET /templates/:id`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Template ID |

## Referenced By

- `TemplateController` (MODULE_DECLARES)
