GET api/ContractObject/ListContractObjectRelationList?id={id}&dictonaryGroupName={dictonaryGroupName}
List ContractObject Typed property List (example : ObjectInstruction, ObjectDocument, ...)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| dictonaryGroupName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectRelationList| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectRelationListId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| RelationType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectRelationListId": 1,
"contractObjectId": 2,
"relationType": 3
},
{
"contractObjectRelationListId": 1,
"contractObjectId": 2,
"relationType": 3
}
]