GET api/User/ListContractObjectGroupNotInUser?id={id}
List ContractObjectGroup not in user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectGroupId | integer |
None. |
|
| ContractId | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectGroupId": 1,
"contractId": 2,
"name": "sample string 3"
},
{
"contractObjectGroupId": 1,
"contractId": 2,
"name": "sample string 3"
}
]