GET api/Student/GetYouthAttendanceList?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetYouthAttendanceList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| batchid | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| batname | string |
None. |
|
| attdate | date |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"batchid": "sample string 1",
"centid": "sample string 2",
"centname": "sample string 3",
"batname": "sample string 4",
"attdate": "2026-05-03T17:28:40.9830246+05:30",
"totpresent": 5,
"totabsent": 6,
"tRecordCount": 1
},
{
"batchid": "sample string 1",
"centid": "sample string 2",
"centname": "sample string 3",
"batname": "sample string 4",
"attdate": "2026-05-03T17:28:40.9830246+05:30",
"totpresent": 5,
"totabsent": 6,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetYouthAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetYouthAttendanceList_Result>
<attdate>2026-05-03T17:28:40.9830246+05:30</attdate>
<batchid>sample string 1</batchid>
<batname>sample string 4</batname>
<centid>sample string 2</centid>
<centname>sample string 3</centname>
<tRecordCount>1</tRecordCount>
<totabsent>6</totabsent>
<totpresent>5</totpresent>
</GetYouthAttendanceList_Result>
<GetYouthAttendanceList_Result>
<attdate>2026-05-03T17:28:40.9830246+05:30</attdate>
<batchid>sample string 1</batchid>
<batname>sample string 4</batname>
<centid>sample string 2</centid>
<centname>sample string 3</centname>
<tRecordCount>1</tRecordCount>
<totabsent>6</totabsent>
<totpresent>5</totpresent>
</GetYouthAttendanceList_Result>
</ArrayOfGetYouthAttendanceList_Result>