GET api/CdcApi/ListContractObjectProfessionalAidFile/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectProfessionalAidFile| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectProfessionalAidFileId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| Name | string |
None. |
|
| IsArchive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectProfessionalAidFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
},
{
"contractObjectProfessionalAidFileId": 1,
"contractObjectId": 1,
"name": "sample string 2",
"isArchive": true,
"isDeleted": true
}
]