v6

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
legal-documents

Retrieve a legal document version

Retrieve a specific version of a legal document.

get/legal-documents/{legal_document_id}/versions/{version_id}

Path parameters

legal_document_idstring required

The ID of the legal document.

The ID of the legal document.

version_idstring required

The ID of the version to retrieve.

The ID of the version to retrieve.

Response

OK

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

effective_atstring date-time required

Time the legal document version becomes effective.

filestring required

ID of the file for the legal document version.

idstring required

Unique resource identifier.

legal_documentstring required

ID of the parent legal document.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

versionstring required

Version of the legal document.

Example response

{
  "effective_at": "2026-07-14T09:30:00Z"
}