v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

guidstring uuid

The unique identifier of the policy, standard, procedure, or privacy notice.

namestring

The name of the policy, standard, procedure, or privacy notice.

descriptionstring

The description of the policy, standard, procedure, or privacy notice.

effectiveDatestring date

The date on which the policy, standard, procedure, or privacy notice takes effect.

expirationDatestring date

The date on which the policy, standard, procedure, or privacy notice expires.

idinteger

The unique identifier of the policy, standard, procedure, or privacy notice.

defaultLanguageCodestring

The default language of the policy, standard, procedure, or privacy notice.

For more information, see Supported Languages and HTML Language Codes.

Example response

{
  "effectiveDate": "2024-12-13",
  "expirationDate": "2024-12-31"
}