GET api/Student/GetRptAttendanceSchoolWiseCAL2025/{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 GetRptAttendanceSchoolWiseCAL2025_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
None. |
|
| year | string |
None. |
|
| partnername | string |
None. |
|
| tlname | string |
None. |
|
| city | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| nursery | integer |
None. |
|
| jrkg | integer |
None. |
|
| srkg | integer |
None. |
|
| one | integer |
None. |
|
| two | integer |
None. |
|
| three | integer |
None. |
|
| four | integer |
None. |
|
| five | integer |
None. |
|
| six | integer |
None. |
|
| seven | integer |
None. |
|
| eight | integer |
None. |
|
| nine | integer |
None. |
|
| ten | integer |
None. |
|
| eleven | integer |
None. |
|
| twelve | integer |
None. |
|
| totboys | integer |
None. |
|
| totgirls | integer |
None. |
|
| totstud | integer |
None. |
|
| presntper | string |
None. |
|
| remark | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"month": "sample string 1",
"year": "sample string 2",
"partnername": "sample string 3",
"tlname": "sample string 4",
"city": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"medium": "sample string 8",
"nursery": 1,
"jrkg": 1,
"srkg": 1,
"one": 1,
"two": 1,
"three": 1,
"four": 1,
"five": 1,
"six": 1,
"seven": 1,
"eight": 1,
"nine": 1,
"ten": 1,
"eleven": 1,
"twelve": 1,
"totboys": 1,
"totgirls": 1,
"totstud": 1,
"presntper": "sample string 9",
"remark": "sample string 10",
"tRecordCount": 1
},
{
"month": "sample string 1",
"year": "sample string 2",
"partnername": "sample string 3",
"tlname": "sample string 4",
"city": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"medium": "sample string 8",
"nursery": 1,
"jrkg": 1,
"srkg": 1,
"one": 1,
"two": 1,
"three": 1,
"four": 1,
"five": 1,
"six": 1,
"seven": 1,
"eight": 1,
"nine": 1,
"ten": 1,
"eleven": 1,
"twelve": 1,
"totboys": 1,
"totgirls": 1,
"totstud": 1,
"presntper": "sample string 9",
"remark": "sample string 10",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptAttendanceSchoolWiseCAL2025_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptAttendanceSchoolWiseCAL2025_Result>
<city>sample string 5</city>
<eight>1</eight>
<eleven>1</eleven>
<five>1</five>
<four>1</four>
<jrkg>1</jrkg>
<medium>sample string 8</medium>
<month>sample string 1</month>
<nine>1</nine>
<nursery>1</nursery>
<one>1</one>
<partnername>sample string 3</partnername>
<presntper>sample string 9</presntper>
<remark>sample string 10</remark>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<seven>1</seven>
<six>1</six>
<srkg>1</srkg>
<tRecordCount>1</tRecordCount>
<ten>1</ten>
<three>1</three>
<tlname>sample string 4</tlname>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
<twelve>1</twelve>
<two>1</two>
<year>sample string 2</year>
</GetRptAttendanceSchoolWiseCAL2025_Result>
<GetRptAttendanceSchoolWiseCAL2025_Result>
<city>sample string 5</city>
<eight>1</eight>
<eleven>1</eleven>
<five>1</five>
<four>1</four>
<jrkg>1</jrkg>
<medium>sample string 8</medium>
<month>sample string 1</month>
<nine>1</nine>
<nursery>1</nursery>
<one>1</one>
<partnername>sample string 3</partnername>
<presntper>sample string 9</presntper>
<remark>sample string 10</remark>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<seven>1</seven>
<six>1</six>
<srkg>1</srkg>
<tRecordCount>1</tRecordCount>
<ten>1</ten>
<three>1</three>
<tlname>sample string 4</tlname>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
<twelve>1</twelve>
<two>1</two>
<year>sample string 2</year>
</GetRptAttendanceSchoolWiseCAL2025_Result>
</ArrayOfGetRptAttendanceSchoolWiseCAL2025_Result>