GET api/Student/GetStudentAttendnaceList/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetStudentAttendanceList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| fullname | string |
None. |
|
| Studentid | string |
None. |
|
| batchid | string |
None. |
|
| batchname | string |
None. |
|
| attdate | date |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| attid | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fullname": "sample string 1",
"Studentid": "sample string 2",
"batchid": "sample string 3",
"batchname": "sample string 4",
"attdate": "2025-12-06T09:38:16.2063373+05:30",
"totpresent": 1,
"totabsent": 1,
"attid": "sample string 5",
"tRecordCount": 6
},
{
"fullname": "sample string 1",
"Studentid": "sample string 2",
"batchid": "sample string 3",
"batchname": "sample string 4",
"attdate": "2025-12-06T09:38:16.2063373+05:30",
"totpresent": 1,
"totabsent": 1,
"attid": "sample string 5",
"tRecordCount": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfGetStudentAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetStudentAttendanceList_Result>
<Studentid>sample string 2</Studentid>
<attdate>2025-12-06T09:38:16.2063373+05:30</attdate>
<attid>sample string 5</attid>
<batchid>sample string 3</batchid>
<batchname>sample string 4</batchname>
<fullname>sample string 1</fullname>
<tRecordCount>6</tRecordCount>
<totabsent>1</totabsent>
<totpresent>1</totpresent>
</GetStudentAttendanceList_Result>
<GetStudentAttendanceList_Result>
<Studentid>sample string 2</Studentid>
<attdate>2025-12-06T09:38:16.2063373+05:30</attdate>
<attid>sample string 5</attid>
<batchid>sample string 3</batchid>
<batchname>sample string 4</batchname>
<fullname>sample string 1</fullname>
<tRecordCount>6</tRecordCount>
<totabsent>1</totabsent>
<totpresent>1</totpresent>
</GetStudentAttendanceList_Result>
</ArrayOfGetStudentAttendanceList_Result>