GET api/LMSApi/Get/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Student
NameDescriptionTypeAdditional 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": "b95c84ab-ef05-42d5-aed3-a1d48247114e",
    "GroupId": "c9adbac2-144e-494a-849b-f68ce9a6c53a",
    "EnrollmentId": "8272cbac-f3cf-44cf-a9bd-702b1b9aa6be",
    "StudentId": "60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f",
    "GroupName": "sample string 5",
    "Name": "sample string 6",
    "Surname": "sample string 7",
    "Username": "sample string 8",
    "IdentityNo": "sample string 9"
  },
  {
    "CourseId": "b95c84ab-ef05-42d5-aed3-a1d48247114e",
    "GroupId": "c9adbac2-144e-494a-849b-f68ce9a6c53a",
    "EnrollmentId": "8272cbac-f3cf-44cf-a9bd-702b1b9aa6be",
    "StudentId": "60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f",
    "GroupName": "sample string 5",
    "Name": "sample string 6",
    "Surname": "sample string 7",
    "Username": "sample string 8",
    "IdentityNo": "sample string 9"
  }
]

text/html

Sample:
[{"CourseId":"b95c84ab-ef05-42d5-aed3-a1d48247114e","GroupId":"c9adbac2-144e-494a-849b-f68ce9a6c53a","EnrollmentId":"8272cbac-f3cf-44cf-a9bd-702b1b9aa6be","StudentId":"60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f","GroupName":"sample string 5","Name":"sample string 6","Surname":"sample string 7","Username":"sample string 8","IdentityNo":"sample string 9"},{"CourseId":"b95c84ab-ef05-42d5-aed3-a1d48247114e","GroupId":"c9adbac2-144e-494a-849b-f68ce9a6c53a","EnrollmentId":"8272cbac-f3cf-44cf-a9bd-702b1b9aa6be","StudentId":"60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f","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>b95c84ab-ef05-42d5-aed3-a1d48247114e</CourseId>
    <EnrollmentId>8272cbac-f3cf-44cf-a9bd-702b1b9aa6be</EnrollmentId>
    <GroupId>c9adbac2-144e-494a-849b-f68ce9a6c53a</GroupId>
    <GroupName>sample string 5</GroupName>
    <IdentityNo>sample string 9</IdentityNo>
    <Name>sample string 6</Name>
    <StudentId>60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f</StudentId>
    <Surname>sample string 7</Surname>
    <Username>sample string 8</Username>
  </Student>
  <Student>
    <CourseId>b95c84ab-ef05-42d5-aed3-a1d48247114e</CourseId>
    <EnrollmentId>8272cbac-f3cf-44cf-a9bd-702b1b9aa6be</EnrollmentId>
    <GroupId>c9adbac2-144e-494a-849b-f68ce9a6c53a</GroupId>
    <GroupName>sample string 5</GroupName>
    <IdentityNo>sample string 9</IdentityNo>
    <Name>sample string 6</Name>
    <StudentId>60b5aeeb-73ae-4f2c-9c65-3e48c9354c4f</StudentId>
    <Surname>sample string 7</Surname>
    <Username>sample string 8</Username>
  </Student>
</ArrayOfStudent>