Footer Section
Explore

The document ID to get
A document
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v2/document/id \--header 'Accept: application/json'
1{2"id": "string",3"type": "string",4"familyId": "string",5"revisionNumber": -2147483648,6"fileName": "string",7"fileType": "string",8"fileSize": -2147483648,9"author": "string",10"description": "string",11"effectiveDate": "2019-08-24T14:15:22Z",12"expirationDate": "2019-08-24T14:15:22Z",13"objects": [14"string"15],16"createdOn": "2019-08-24T14:15:22Z",17"lastUpdatedOn": "2019-08-24T14:15:22Z",18"createdBy": "string",19"lastUpdatedBy": "string"20}