v1

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

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