GET api/GetElearningTrainingRolesById?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ELearningTrainingRole| Name | Description | Type | Additional information |
|---|---|---|---|
| ELearningTrainingRoleId | integer |
None. |
|
| Description | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"eLearningTrainingRoleId": 1,
"description": "sample string 2"
}