GET api/LMSApi/Get/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Student| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| EnrollmentId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| GroupName | string |
None. |
|
| Name | string |
None. |
|
| Surname | string |
None. |
|
| Username | string |
None. |
|
| IdentityNo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CourseId": "eeb67409-75d5-4c90-8558-904b6bff0230",
"GroupId": "3d602ad8-dfac-442c-a053-497ca31fdc06",
"EnrollmentId": "b774539c-f0e7-48a1-b679-1a9fc0e04948",
"StudentId": "0fc29e42-2afc-4983-a28e-9cd81bcc48aa",
"GroupName": "sample string 5",
"Name": "sample string 6",
"Surname": "sample string 7",
"Username": "sample string 8",
"IdentityNo": "sample string 9"
},
{
"CourseId": "eeb67409-75d5-4c90-8558-904b6bff0230",
"GroupId": "3d602ad8-dfac-442c-a053-497ca31fdc06",
"EnrollmentId": "b774539c-f0e7-48a1-b679-1a9fc0e04948",
"StudentId": "0fc29e42-2afc-4983-a28e-9cd81bcc48aa",
"GroupName": "sample string 5",
"Name": "sample string 6",
"Surname": "sample string 7",
"Username": "sample string 8",
"IdentityNo": "sample string 9"
}
]
text/html
Sample:
[{"CourseId":"eeb67409-75d5-4c90-8558-904b6bff0230","GroupId":"3d602ad8-dfac-442c-a053-497ca31fdc06","EnrollmentId":"b774539c-f0e7-48a1-b679-1a9fc0e04948","StudentId":"0fc29e42-2afc-4983-a28e-9cd81bcc48aa","GroupName":"sample string 5","Name":"sample string 6","Surname":"sample string 7","Username":"sample string 8","IdentityNo":"sample string 9"},{"CourseId":"eeb67409-75d5-4c90-8558-904b6bff0230","GroupId":"3d602ad8-dfac-442c-a053-497ca31fdc06","EnrollmentId":"b774539c-f0e7-48a1-b679-1a9fc0e04948","StudentId":"0fc29e42-2afc-4983-a28e-9cd81bcc48aa","GroupName":"sample string 5","Name":"sample string 6","Surname":"sample string 7","Username":"sample string 8","IdentityNo":"sample string 9"}]
application/xml, text/xml
Sample:
<ArrayOfStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WheLMS.WebApi.Models">
<Student>
<CourseId>eeb67409-75d5-4c90-8558-904b6bff0230</CourseId>
<EnrollmentId>b774539c-f0e7-48a1-b679-1a9fc0e04948</EnrollmentId>
<GroupId>3d602ad8-dfac-442c-a053-497ca31fdc06</GroupId>
<GroupName>sample string 5</GroupName>
<IdentityNo>sample string 9</IdentityNo>
<Name>sample string 6</Name>
<StudentId>0fc29e42-2afc-4983-a28e-9cd81bcc48aa</StudentId>
<Surname>sample string 7</Surname>
<Username>sample string 8</Username>
</Student>
<Student>
<CourseId>eeb67409-75d5-4c90-8558-904b6bff0230</CourseId>
<EnrollmentId>b774539c-f0e7-48a1-b679-1a9fc0e04948</EnrollmentId>
<GroupId>3d602ad8-dfac-442c-a053-497ca31fdc06</GroupId>
<GroupName>sample string 5</GroupName>
<IdentityNo>sample string 9</IdentityNo>
<Name>sample string 6</Name>
<StudentId>0fc29e42-2afc-4983-a28e-9cd81bcc48aa</StudentId>
<Surname>sample string 7</Surname>
<Username>sample string 8</Username>
</Student>
</ArrayOfStudent>