GET api/AttendanceDetail?RollNum={RollNum}&SemPeriodId={SemPeriodId}&Password={Password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RollNum | string |
Required |
|
| SemPeriodId | integer |
Required |
|
| Password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of student_Attendance_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| DateId | integer |
None. |
|
| Weekday | string |
None. |
|
| Date | string |
None. |
|
| Semester | integer |
None. |
|
| H1 | string |
None. |
|
| H2 | string |
None. |
|
| H3 | string |
None. |
|
| H4 | string |
None. |
|
| H5 | string |
None. |
|
| H6 | string |
None. |
|
| H7 | string |
None. |
|
| H8 | string |
None. |
|
| H9 | string |
None. |
|
| H10 | string |
None. |
|
| WeekdaySmall | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DateId": 1,
"Weekday": "sample string 2",
"Date": "sample string 3",
"Semester": 4,
"H1": "sample string 5",
"H2": "sample string 6",
"H3": "sample string 7",
"H4": "sample string 8",
"H5": "sample string 9",
"H6": "sample string 10",
"H7": "sample string 11",
"H8": "sample string 12",
"H9": "sample string 13",
"H10": "sample string 14",
"WeekdaySmall": "sample string 15"
},
{
"DateId": 1,
"Weekday": "sample string 2",
"Date": "sample string 3",
"Semester": 4,
"H1": "sample string 5",
"H2": "sample string 6",
"H3": "sample string 7",
"H4": "sample string 8",
"H5": "sample string 9",
"H6": "sample string 10",
"H7": "sample string 11",
"H8": "sample string 12",
"H9": "sample string 13",
"H10": "sample string 14",
"WeekdaySmall": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfstudent_Attendance_Details xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpresAPI.Controllers">
<student_Attendance_Details>
<Date>sample string 3</Date>
<DateId>1</DateId>
<H1>sample string 5</H1>
<H10>sample string 14</H10>
<H2>sample string 6</H2>
<H3>sample string 7</H3>
<H4>sample string 8</H4>
<H5>sample string 9</H5>
<H6>sample string 10</H6>
<H7>sample string 11</H7>
<H8>sample string 12</H8>
<H9>sample string 13</H9>
<Semester>4</Semester>
<Weekday>sample string 2</Weekday>
<WeekdaySmall>sample string 15</WeekdaySmall>
</student_Attendance_Details>
<student_Attendance_Details>
<Date>sample string 3</Date>
<DateId>1</DateId>
<H1>sample string 5</H1>
<H10>sample string 14</H10>
<H2>sample string 6</H2>
<H3>sample string 7</H3>
<H4>sample string 8</H4>
<H5>sample string 9</H5>
<H6>sample string 10</H6>
<H7>sample string 11</H7>
<H8>sample string 12</H8>
<H9>sample string 13</H9>
<Semester>4</Semester>
<Weekday>sample string 2</Weekday>
<WeekdaySmall>sample string 15</WeekdaySmall>
</student_Attendance_Details>
</ArrayOfstudent_Attendance_Details>