---
title: "Retrieve a notice template"
method: GET
path: "/widgets/notices/templates/{id}"
tags: ["notices"]
---

# Retrieve a notice template

`GET /widgets/notices/templates/{id}`

Returns a single notice template

## Path parameters

- `id` string

## Query parameters

- `$limit` number
- `$skip` number

## Response `200`

A NoticeTemplate object

- object — A paginated list of notices templates objects
  - `total` number — The total number of templates
  - `limit` number — The maximum number of templates returned
  - `skip` number — Number of templates skipped
  - `data` NoticesTemplates[]
    - `id` string, required — The ID of the notice template
    - `name` string, required — Name of the notice template
    - `organization_id` string — The ID of the organization that the template
    - `version` number — Current version of the template
    - `notices_id` string[] — Notice IDs associated with this template
    - `created_at` string, date-time, required — Creation date of the template
    - `updated_at` string, date-time — Last update date of the template

---

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