---
title: "Get a single Template"
method: GET
path: "/notifications/templates/{id}"
tags: ["notifications"]
---

# Get a single Template

`GET /notifications/templates/{id}`

Get an exisiting template by UUID

## Path parameters

- `id` string, uuid, required

## Query parameters

- `mock` boolean

## Response `200`

Return a single data response

- object
  - `data` TemplateDataResponse, required — Expected data response object for an event rule
    - `type` string — Type of resource
    - `id` string, uuid — UUID of resource; additional resource attributes will also be returned
    - `attributes` object — Attributes of resource
      - `name` string — The name for this template
      - `organizationId` string, uuid — UUID of the organization to which this template belongs
      - `type` 'email' — The type of template
      - `subjectTranslationKey` string — The subjectTranslationKey of the template. The subjectTranslationKey must already exist. Only applicable when type is set to email
      - `bodyTranslationKey` string — The bodyTranslationKey of the template. The bodyTranslationKey must already exist.
      - `icsTitleTranslationKey` string — The icsTitleTranslationKey of the template. The icsTitleTranslationKey must already exist.
      - `icsDescriptionTranslationKey` string — The template icsDescriptionTranslationKey of the template. The icsDescriptionTranslationKey must already exist.
      - `icsLocationTranslationKey` string — The template icsLocationTranslationKey of the template. The icsLocationTranslationKey must already exist.
      - `attachIcs` boolean — Whether this template should have an ics
      - `createdAt` string, date-time — Date the resource was logged
      - `updatedAt` string, date-time — Date the resource was last modified
      - `createdBy` string, uuid — User who created the template resource
      - `updatedBy` union — User who updated the template resource
        - string, uuid
        - unknown
    - `relationships` TemplateRelationships — Relationships of a template
      - `organization` OrganizationRelationship, required — Organization that the resource belongs to
        - `data` object
          - `type` string — Type of the organization
          - `id` string, uuid — UUID of the organization
    - `links` Link — Link object for resource meta data
      - `self` string
  - `links` Link — Link object for resource meta data
    - `self` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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