---
title: "Get Privacy Notice Version"
method: GET
path: "/v2/privacynotices/{id}"
tags: ["Privacy Notice V2"]
---

# Get Privacy Notice Version

`GET /v2/privacynotices/{id}`

Use this API to retrieve a specific version of the privacy notice by the published date and time. The response will return details on the version of the privacy notice that was most recently published before the value specified in the `date` parameter.

## Path parameters

- `id` string, uuid, required — UUID of the Privacy Notice. The value can be obtained using [Get List of Privacy Notices](/onetrust/reference/getprivacynoticesusingget) API.

## Query parameters

- `date` string, required — Date and time to fetch the version. Accepted formats: yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.

## Response `200`

OK

- PrivacyNoticeWithVersionDtoV2
  - `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 of the Organization Privacy Notice belongs to
  - `responsibleUserId` string, uuid — Unique Identifier identifying a Responsible User of the Privacy Notice
  - `version` PrivacyNoticeVersionDtoV2
    - `id` string, uuid — Unique Identifier identifying a Privacy Notice Version
    - `name` string — Name of the Privacy Notice
    - `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/versions/21de3aa0b170/schema)
