v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Privacy Notice V2

Get Privacy Notice Version

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.

get/v2/privacynotices/{id}

Path parameters

idstring uuid required

UUID of the Privacy Notice. The value can be obtained using Get List of Privacy Notices API.

Query parameters

datestring required

Date and time to fetch the version. Accepted formats: yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.

Response

OK

idstring uuid

Unique Identifier identifying a Privacy Notice

createdDatestring date-time

The Date Privacy Notice was created on

lastPublishedDatestring date-time

The date Privacy Notice was published on

organizationIdstring uuid

Unique Identifier of the Organization Privacy Notice belongs to

responsibleUserIdstring uuid

Unique Identifier identifying a Responsible User of the Privacy Notice

Example response

{
  "id": "625ba071-61b0-485f-81a0-a2245777b431",
  "createdDate": "2020-04-26T16:10:24.479",
  "lastPublishedDate": "2020-04-27T16:10:24.479",
  "organizationId": "625ba071-61b0-485f-81a0-a2245777b430",
  "responsibleUserId": "625ba071-61b0-485f-81a0-a2245777b435",
  "version": {
    "id": "625ba071-61b0-485f-81a0-a2245777b400",
    "name": "California Privacy Policy",
    "publishedDate": "2020-05-14T00:00:48.62",
    "status": "ACTIVE",
    "version": 3
  }
}