GET GetStudentEnrollmentDet?InstId={InstId}&CourseId={CourseId}&SubjectId={SubjectId}&BscilSomaiyaMemberId={BscilSomaiyaMemberId}&PageNo={PageNo}&PageSize={PageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstId | integer |
Required |
|
| CourseId | integer |
Required |
|
| SubjectId | integer |
Required |
|
| BscilSomaiyaMemberId | integer |
Required |
|
| PageNo | integer |
Required |
|
| PageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LMSStudentEnrollment| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNumber | integer |
None. |
|
| pageSize | integer |
None. |
|
| totalNumberOfPages | integer |
None. |
|
| totalNumberOfRecords | integer |
None. |
|
| results | Collection of StudentEnrollmentInfoDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"pageNumber": 1,
"pageSize": 2,
"totalNumberOfPages": 3,
"totalNumberOfRecords": 4,
"results": [
{
"row_Number": 1,
"altered_Count": 2,
"total_Count": 3,
"bscil_Somaiya_Member_Id": 4,
"course_Id": 5,
"class_Id": 6,
"map_Co_Id": 7,
"semester_Id": 8,
"semester_Name": "sample string 9",
"map_Co_Sem_Id": 10,
"roll_No": "sample string 11",
"map_Subject_Id": 12,
"subject_Id": 13,
"map_Division_Id": 14,
"division_Id": 15,
"division_Name": "sample string 16",
"map_Batch_Id": 17,
"batch_Id": 18,
"batch_Name": "sample string 19",
"academic_Year_Id": 20,
"inst_Id": 21
},
{
"row_Number": 1,
"altered_Count": 2,
"total_Count": 3,
"bscil_Somaiya_Member_Id": 4,
"course_Id": 5,
"class_Id": 6,
"map_Co_Id": 7,
"semester_Id": 8,
"semester_Name": "sample string 9",
"map_Co_Sem_Id": 10,
"roll_No": "sample string 11",
"map_Subject_Id": 12,
"subject_Id": 13,
"map_Division_Id": 14,
"division_Id": 15,
"division_Name": "sample string 16",
"map_Batch_Id": 17,
"batch_Id": 18,
"batch_Name": "sample string 19",
"academic_Year_Id": 20,
"inst_Id": 21
}
]
}
application/xml, text/xml
Sample:
<LMSStudentEnrollment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO">
<pageNumber>1</pageNumber>
<pageSize>2</pageSize>
<results>
<StudentEnrollmentInfoDTO>
<Academic_Year_Id>20</Academic_Year_Id>
<Altered_Count>2</Altered_Count>
<Batch_Id>18</Batch_Id>
<Batch_Name>sample string 19</Batch_Name>
<Bscil_Somaiya_Member_Id>4</Bscil_Somaiya_Member_Id>
<Class_Id>6</Class_Id>
<Course_Id>5</Course_Id>
<Division_Id>15</Division_Id>
<Division_Name>sample string 16</Division_Name>
<Inst_Id>21</Inst_Id>
<Map_Batch_Id>17</Map_Batch_Id>
<Map_Co_Id>7</Map_Co_Id>
<Map_Co_Sem_Id>10</Map_Co_Sem_Id>
<Map_Division_Id>14</Map_Division_Id>
<Map_Subject_Id>12</Map_Subject_Id>
<Roll_No>sample string 11</Roll_No>
<Row_Number>1</Row_Number>
<Semester_Id>8</Semester_Id>
<Semester_Name>sample string 9</Semester_Name>
<Subject_Id>13</Subject_Id>
<Total_Count>3</Total_Count>
</StudentEnrollmentInfoDTO>
<StudentEnrollmentInfoDTO>
<Academic_Year_Id>20</Academic_Year_Id>
<Altered_Count>2</Altered_Count>
<Batch_Id>18</Batch_Id>
<Batch_Name>sample string 19</Batch_Name>
<Bscil_Somaiya_Member_Id>4</Bscil_Somaiya_Member_Id>
<Class_Id>6</Class_Id>
<Course_Id>5</Course_Id>
<Division_Id>15</Division_Id>
<Division_Name>sample string 16</Division_Name>
<Inst_Id>21</Inst_Id>
<Map_Batch_Id>17</Map_Batch_Id>
<Map_Co_Id>7</Map_Co_Id>
<Map_Co_Sem_Id>10</Map_Co_Sem_Id>
<Map_Division_Id>14</Map_Division_Id>
<Map_Subject_Id>12</Map_Subject_Id>
<Roll_No>sample string 11</Roll_No>
<Row_Number>1</Row_Number>
<Semester_Id>8</Semester_Id>
<Semester_Name>sample string 9</Semester_Name>
<Subject_Id>13</Subject_Id>
<Total_Count>3</Total_Count>
</StudentEnrollmentInfoDTO>
</results>
<totalNumberOfPages>3</totalNumberOfPages>
<totalNumberOfRecords>4</totalNumberOfRecords>
</LMSStudentEnrollment>