GET api/LMSApi/EnrollGet/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Enrollment
NameDescriptionTypeAdditional information
CourseId

globally unique identifier

None.

GroupId

globally unique identifier

None.

EnrollmentId

globally unique identifier

None.

StudentId

globally unique identifier

None.

StudentKey

string

None.

GroupName

string

None.

Name

string

None.

Surname

string

None.

Username

string

None.

IdentityNo

string

None.

UserPass

string

None.

Email

string

None.

Gender

string

None.

BirthDate

date

None.

StudentNo

string

None.

EnrollKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CourseId": "03aa8724-7b3f-49fe-b5f3-65b84fb9e4bc",
  "GroupId": "d106d478-6b04-495a-8b8e-742022bd9377",
  "EnrollmentId": "a30e5829-bcc9-4df7-a615-b60fa841231b",
  "StudentId": "b5069652-ac68-4a5b-a44e-0d0bd6644187",
  "StudentKey": "sample string 4",
  "GroupName": "sample string 5",
  "Name": "sample string 6",
  "Surname": "sample string 7",
  "Username": "sample string 8",
  "IdentityNo": "sample string 9",
  "UserPass": "sample string 10",
  "Email": "sample string 11",
  "Gender": "sample string 12",
  "BirthDate": "2024-05-18T21:54:23.1866775+03:00",
  "StudentNo": "sample string 13",
  "EnrollKey": "sample string 14"
}

text/html

Sample:
{"CourseId":"03aa8724-7b3f-49fe-b5f3-65b84fb9e4bc","GroupId":"d106d478-6b04-495a-8b8e-742022bd9377","EnrollmentId":"a30e5829-bcc9-4df7-a615-b60fa841231b","StudentId":"b5069652-ac68-4a5b-a44e-0d0bd6644187","StudentKey":"sample string 4","GroupName":"sample string 5","Name":"sample string 6","Surname":"sample string 7","Username":"sample string 8","IdentityNo":"sample string 9","UserPass":"sample string 10","Email":"sample string 11","Gender":"sample string 12","BirthDate":"2024-05-18T21:54:23.1866775+03:00","StudentNo":"sample string 13","EnrollKey":"sample string 14"}

application/xml, text/xml

Sample:
<Enrollment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WheLMS.WebApi.Models">
  <BirthDate>2024-05-18T21:54:23.1866775+03:00</BirthDate>
  <CourseId>03aa8724-7b3f-49fe-b5f3-65b84fb9e4bc</CourseId>
  <Email>sample string 11</Email>
  <EnrollKey>sample string 14</EnrollKey>
  <EnrollmentId>a30e5829-bcc9-4df7-a615-b60fa841231b</EnrollmentId>
  <Gender>sample string 12</Gender>
  <GroupId>d106d478-6b04-495a-8b8e-742022bd9377</GroupId>
  <GroupName>sample string 5</GroupName>
  <IdentityNo>sample string 9</IdentityNo>
  <Name>sample string 6</Name>
  <StudentId>b5069652-ac68-4a5b-a44e-0d0bd6644187</StudentId>
  <StudentKey>sample string 4</StudentKey>
  <StudentNo>sample string 13</StudentNo>
  <Surname>sample string 7</Surname>
  <UserPass>sample string 10</UserPass>
  <Username>sample string 8</Username>
</Enrollment>