GET api/ContractObject/ListContractObjectPAUnassignedLearningModule?contractObjectId={contractObjectId}&serviceTypeId={serviceTypeId}
List Contract Object PA LearningModule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractObjectId | integer |
Required |
|
| serviceTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Dictonary| Name | Description | Type | Additional information |
|---|---|---|---|
| DictonaryId | integer |
None. |
|
| DictonaryGroupId | integer |
None. |
|
| SysName | string |
None. |
|
| Text | string |
None. |
|
| IsSystem | boolean |
None. |
|
| IsUse | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"dictonaryId": 1,
"dictonaryGroupId": 2,
"sysName": "sample string 3",
"text": "sample string 4",
"isSystem": true,
"isUse": true
},
{
"dictonaryId": 1,
"dictonaryGroupId": 2,
"sysName": "sample string 3",
"text": "sample string 4",
"isSystem": true,
"isUse": true
}
]