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 StudentName | 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": "c303a444-16b1-445a-bec1-e6b86357839e", "GroupId": "e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a", "EnrollmentId": "f7772c35-56f5-48f3-8c3a-abca44bb504a", "StudentId": "f70645f0-283d-4fe6-92eb-13d03c25b504", "GroupName": "sample string 5", "Name": "sample string 6", "Surname": "sample string 7", "Username": "sample string 8", "IdentityNo": "sample string 9" }, { "CourseId": "c303a444-16b1-445a-bec1-e6b86357839e", "GroupId": "e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a", "EnrollmentId": "f7772c35-56f5-48f3-8c3a-abca44bb504a", "StudentId": "f70645f0-283d-4fe6-92eb-13d03c25b504", "GroupName": "sample string 5", "Name": "sample string 6", "Surname": "sample string 7", "Username": "sample string 8", "IdentityNo": "sample string 9" } ]
text/html
Sample:
[{"CourseId":"c303a444-16b1-445a-bec1-e6b86357839e","GroupId":"e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a","EnrollmentId":"f7772c35-56f5-48f3-8c3a-abca44bb504a","StudentId":"f70645f0-283d-4fe6-92eb-13d03c25b504","GroupName":"sample string 5","Name":"sample string 6","Surname":"sample string 7","Username":"sample string 8","IdentityNo":"sample string 9"},{"CourseId":"c303a444-16b1-445a-bec1-e6b86357839e","GroupId":"e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a","EnrollmentId":"f7772c35-56f5-48f3-8c3a-abca44bb504a","StudentId":"f70645f0-283d-4fe6-92eb-13d03c25b504","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>c303a444-16b1-445a-bec1-e6b86357839e</CourseId> <EnrollmentId>f7772c35-56f5-48f3-8c3a-abca44bb504a</EnrollmentId> <GroupId>e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a</GroupId> <GroupName>sample string 5</GroupName> <IdentityNo>sample string 9</IdentityNo> <Name>sample string 6</Name> <StudentId>f70645f0-283d-4fe6-92eb-13d03c25b504</StudentId> <Surname>sample string 7</Surname> <Username>sample string 8</Username> </Student> <Student> <CourseId>c303a444-16b1-445a-bec1-e6b86357839e</CourseId> <EnrollmentId>f7772c35-56f5-48f3-8c3a-abca44bb504a</EnrollmentId> <GroupId>e3ca5b93-f7b0-4c6b-afa3-9acba6fecf2a</GroupId> <GroupName>sample string 5</GroupName> <IdentityNo>sample string 9</IdentityNo> <Name>sample string 6</Name> <StudentId>f70645f0-283d-4fe6-92eb-13d03c25b504</StudentId> <Surname>sample string 7</Surname> <Username>sample string 8</Username> </Student> </ArrayOfStudent>