---
title: "Retrieve a list of notice text contents"
method: GET
path: "/widgets/notices/texts-contents"
tags: ["notices"]
---

# Retrieve a list of notice text contents

`GET /widgets/notices/texts-contents`

Returns a list of notice text contents

## Response `200`

A list of NoticeTextContent objects

- NoticesTextContent[]
  - `id` string, required — The ID of the content
  - `content` string, required — Text content
  - `status` string, required — Approval status of the content: submitted, approved, or rejected. This is set by the Didomi team after reviewing the content and whether it follows the TCF policies.
  - `includes_purposes` boolean, required — Whether the content includes a complete list of purposes
  - `content_version` integer, required — Version of the content for the notice text. The content version is automatically assigned when creating new content.
  - `organization_id` string, required — The ID of the organization that owns this text
  - `text_id` string, required — Notice text ID that this content applies to
  - `created_at` string, date-time, required — Creation date of the content
  - `updated_at` string, date-time, required — Last update date of the content
  - `version` number, required — Revision number of the content

---

[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)
