GET api/ContractObject/ContractObjectFile/GetContractObjectFile?contractObjectFileId={contractObjectFileId}
Get ContactFile data and content base64Coded
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractObjectFileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ContractObjectFileDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| contractObjectFile | ContractObjectFile |
None. |
|
| base64Content | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"contractObjectFile": {
"contractObjectFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true,
"isScrapped": true,
"scrappedDate": "2025-12-08T03:59:37.4715021Z"
},
"base64Content": "sample string 1"
}