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 | 
|---|---|---|---|
| centid | string | None. | |
| centname | string | None. | |
| batchid | string | None. | |
| batchname | string | None. | |
| attdate | date | None. | |
| attid | string | None. | |
| totpresent | integer | None. | |
| totabsent | integer | None. | |
| tRecordCount | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchid": "sample string 3",
    "batchname": "sample string 4",
    "attdate": "2025-10-30T05:34:12.4781882+05:30",
    "attid": "sample string 5",
    "totpresent": 1,
    "totabsent": 1,
    "tRecordCount": 6
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchid": "sample string 3",
    "batchname": "sample string 4",
    "attdate": "2025-10-30T05:34:12.4781882+05:30",
    "attid": "sample string 5",
    "totpresent": 1,
    "totabsent": 1,
    "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>
    <attdate>2025-10-30T05:34:12.4781882+05:30</attdate>
    <attid>sample string 5</attid>
    <batchid>sample string 3</batchid>
    <batchname>sample string 4</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <tRecordCount>6</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentAttendanceList_Result>
  <GetStudentAttendanceList_Result>
    <attdate>2025-10-30T05:34:12.4781882+05:30</attdate>
    <attid>sample string 5</attid>
    <batchid>sample string 3</batchid>
    <batchname>sample string 4</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <tRecordCount>6</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentAttendanceList_Result>
</ArrayOfGetStudentAttendanceList_Result>