Documents
Get Document
Use this API to retrieve details for the specified policy, standard, procedure, or privacy notice.
get/v1/{complianceType}/{id}/details
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.
Response
OK
Example response
{
"effectiveDate": "2024-12-13",
"expirationDate": "2024-12-31"
}