GET api/ContractObject/ListContractObjectPALearningModule?id={id}
List Contract Object PA LearningModule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContractObjectPALearningModule| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractObjectPALearningModuleId | integer |
None. |
|
| ContractObjectId | integer |
None. |
|
| RelationServiceType | integer |
None. |
|
| RelationLearningModule | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"contractObjectPALearningModuleId": 1,
"contractObjectId": 2,
"relationServiceType": 3,
"relationLearningModule": 4
},
{
"contractObjectPALearningModuleId": 1,
"contractObjectId": 2,
"relationServiceType": 3,
"relationLearningModule": 4
}
]