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
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
}
}