Documents
Get Document Version
Use this API to retrieve the last published version of a policy, standard, procedure, or privacy notice by the specified date.
get/v1/{complianceType}/{id}/published-version
Path parameters
complianceType'policies' | 'standards' | 'procedures' | 'privacynotices' required
The type of compliance document.
idstring uuid required
The unique identifier of the policy, standard, procedure, or privacy notice. This value is obtained using the Get List of Documents API.
Query parameters
datestring required
The date and time on which the policy, standard, procedure, or privacy notice was published.
Response
OK
Example response
{
"effectiveDate": "2024-12-13",
"expirationDate": "2024-12-31"
}