Contract Document Version CC Response

Output representation of the latest details of a contract document version, including its ID, status, and associated documents and attachments.
JSON Sample
1{
2  "contractId": "contractId_value",
3  "contractDocumentVersionId": "contractDocumentVersionId_value",
4  "status": "",
5  "contractDocuments": [
6    {
7      "contentDocumentId": "contentDocumentId_value1",
8      "contractDocumentVersionId": "contractDocumentVersionId_value1",
9      "createdDate": "createdDate_value1",
10      "fileExtension": "fileExtension_value1",
11      "lastModifiedDate": "lastModifiedDate_value1",
12      "title": "title_value1",
13      "isSharedExternally": true
14    }
15  ],
16  "attachments": [
17    {
18      "contentDocumentId": "contentDocumentId_value2",
19      "contractDocumentVersionId": "contractDocumentVersionId_value2",
20      "createdDate": "createdDate_value2",
21      "fileExtension": "fileExtension_value2",
22      "lastModifiedDate": "lastModifiedDate_value2",
23      "title": "title_value2",
24      "isSharedExternally": true
25    }
26  ]
27}
Property Name Type Description Filter Group and Version Available Version
attachments Content Document Response[] Details of the list of attachments associated with the contract document version. Big, 60.0 60.0
contract​Documents Content Document Response[] Details of the list of documents associated with the contract. Big, 60.0 60.0
contract​Document​VersionId String Record ID of the associated contract document version. Small, 60.0 60.0
contract​Documents Content Document Response[] Details of the list of documents associated with the contract. Big, 60.0 60.0
contract​Id String Record ID of the parent contract. Small, 60.0 60.0
name String Version name of the contract document version. Small, 60.0 60.0
status String Status of the contract document version. Small, 60.0 60.0