---
title: "Retrieve a list of notice template configurations"
method: GET
path: "/widgets/notices/templates/configs"
tags: ["notices"]
---

# Retrieve a list of notice template configurations

`GET /widgets/notices/templates/configs`

Returns a list of notice template configurations

## Query parameters

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

## Response `200`

A NoticeTemplateConfig object

- object — A paginated list of notice template configuration objects
  - `total` number — The total number of template configurations
  - `limit` number — The maximum number of template configurations returned
  - `skip` number — Number of template configurations skipped
  - `data` NoticesTemplatesConfigs[]
    - `id` string, required — The ID of the notice template config
    - `template_id` string, required — The ID of the template that this template configuration belongs to
    - `config` object, required — Notice configuration
      - `app` object — Application configuration section
        - `essentialPurposes` string[] — List of IDs of purposes to mark as essential (https://developers.didomi.io/cmp/web-sdk/consent-notice/vendors-and-purposes#essential-purposes)
        - `vendors` object — Vendors and purposes configuration (https://developers.didomi.io/cmp/web-sdk/consent-notice/vendors-and-purposes)
          - `include` string[] — Vendor IDs to include in the notice
          - `iab` object — IAB configuration
            - `all` boolean — Include all vendors from the IAB list
            - `include` number[] — Custom list of IAB vendors to include
            - `exclude` number[] — Vendors IDs to exclude
            - `enabled` boolean — Whether the TCF integration is enabled or not
            - `version` integer — IAB TCF Version
            - `restrictions` object[] — IAB TCF restrictions to apply to vendors and purposes (https://developers.didomi.io/cmp/web-sdk/consent-notice/vendors-and-purposes#publisher-restrictions-iab-tcf)
              - …
            - `stacks` object — Configuration used to override stacks configuration (https://developers.didomi.io/cmp/web-sdk/consent-notice/vendors-and-purposes#stacks-iab-tcf)
              - …
      - `preferences` object — Preferences (Purposes and Vendors)
        - `categories` unknown[] — Purposes and categories
          - unknown
    - `regulation_settings` object — Field to store regulation settings for the template
      - `privacySignals` object[] — List of privacy signals
        - `namespaces` object — Namespaces
        - `section` string — Section
        - `purposes` string[] — List of purposes
    - `organization_id` string — The ID of the organization that this template configuration belongs to
    - `version` number — Current version of the template configuration
    - `created_at` string, date-time — Creation date of the template configuration
    - `updated_at` string, date-time — Last update date of the template configuration

---

[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/c82339816c36/schema)
