---
title: "Get List of Privacy Notices"
method: GET
path: "/v2/privacynotices"
tags: ["Privacy Notice V2"]
---

# Get List of Privacy Notices

`GET /v2/privacynotices`

Use this API to retrieve a list of all privacy notices. The response will include details for each privacy notice along with the corresponding privacy notice ID, created date, and last published date.

## Query parameters

- `page` integer — Results page to be retrieved (0..N). Example- '?page=1
- `size` integer — Number of records per page (1..50). Example- '?size=30

## Response `200`

OK

- PrivacyNoticeDtoV2[]
  - `id` string, uuid — Unique Identifier identifying a Privacy Notice
  - `createdDate` string, date-time — The Date Privacy Notice was created on
  - `lastPublishedDate` string, date-time — The date Privacy Notice was published on
  - `organizationId` string, uuid — Unique Identifier identifying a Organization of the Privacy Notice
  - `responsibleUserId` string, uuid — Unique Identifier identifying a Responsible User of the Privacy Notice
  - `numberOfVersions` integer — Total number of version in Privacy Notice
  - `versions` PrivacyNoticeVersionDetailDtoV2[] — All Verisons of the Privacy Notice
    - `id` string, uuid — Unique Identifier identifying a Privacy Notice Version
    - `publishedDate` string, date-time — The date Privacy Notice version was published on
    - `status` 'ACTIVE' | 'DRAFT' | 'RETIRED' | 'INACTIVE' — The Status of Privacy Notice Version
    - `version` integer — The Version of Privacy Notice

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
