GET api/ContractObject/ListAllContractObjectFile
List All Contract Object attached file
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectFile| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectFileId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| Name | string |
None. |
|
| IsArchive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsScrapped | boolean |
None. |
|
| ScrappedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true,
"isScrapped": true,
"scrappedDate": "2025-12-08T03:59:35.2469651Z"
},
{
"contractObjectFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true,
"isScrapped": true,
"scrappedDate": "2025-12-08T03:59:35.2469651Z"
}
]