GET api/Student/GetRptAttendanceGradewiseIDI2023/{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 GetRptAttendanceGradewiseIDI2023_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| centname | string |
None. |
|
| centid | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| iditeamleaderid | string |
None. |
|
| programfellow | string |
None. |
|
| a1grade | integer |
None. |
|
| agrade | integer |
None. |
|
| bgrade | integer |
None. |
|
| cgrade | integer |
None. |
|
| dgrade | integer |
None. |
|
| egrade | integer |
None. |
|
| planzero | integer |
None. |
|
| nulldata | integer |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| totlecture | integer |
None. |
|
| totalboys | integer |
None. |
|
| totalgirls | integer |
None. |
|
| totUPStudents | integer |
None. |
|
| totnb | integer |
None. |
|
| totbe | integer |
None. |
|
| totse | integer |
None. |
|
| totce | integer |
None. |
|
| avgtotnb | integer |
None. |
|
| avgtotbe | integer |
None. |
|
| avgtotse | integer |
None. |
|
| avgtotce | integer |
None. |
|
| totholiday | integer |
None. |
|
| attpercentage | decimal number |
None. |
|
| above8 | integer |
None. |
|
| days8 | integer |
None. |
|
| days7 | integer |
None. |
|
| days6 | integer |
None. |
|
| days5 | integer |
None. |
|
| days4 | integer |
None. |
|
| days3 | integer |
None. |
|
| days2 | integer |
None. |
|
| days1 | integer |
None. |
|
| days0 | integer |
None. |
|
| avgComputerclassWorkdays | integer |
None. |
|
| avgComputerclassplandays | integer |
None. |
|
| avgComputerclassactualdays | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"centname": "sample string 3",
"centid": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"month": "sample string 7",
"year": "sample string 8",
"teamleaderid": "sample string 9",
"tlname": "sample string 10",
"iditeamleaderid": "sample string 11",
"programfellow": "sample string 12",
"a1grade": 1,
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"dgrade": 1,
"egrade": 1,
"planzero": 1,
"nulldata": 1,
"totpresent": 1,
"totabsent": 1,
"totlecture": 1,
"totalboys": 1,
"totalgirls": 1,
"totUPStudents": 1,
"totnb": 1,
"totbe": 1,
"totse": 1,
"totce": 1,
"avgtotnb": 1,
"avgtotbe": 1,
"avgtotse": 1,
"avgtotce": 1,
"totholiday": 1,
"attpercentage": 13.0,
"above8": 1,
"days8": 1,
"days7": 1,
"days6": 1,
"days5": 1,
"days4": 1,
"days3": 1,
"days2": 1,
"days1": 1,
"days0": 1,
"avgComputerclassWorkdays": 1,
"avgComputerclassplandays": 1,
"avgComputerclassactualdays": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"centname": "sample string 3",
"centid": "sample string 4",
"partnerid": "sample string 5",
"partnername": "sample string 6",
"month": "sample string 7",
"year": "sample string 8",
"teamleaderid": "sample string 9",
"tlname": "sample string 10",
"iditeamleaderid": "sample string 11",
"programfellow": "sample string 12",
"a1grade": 1,
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"dgrade": 1,
"egrade": 1,
"planzero": 1,
"nulldata": 1,
"totpresent": 1,
"totabsent": 1,
"totlecture": 1,
"totalboys": 1,
"totalgirls": 1,
"totUPStudents": 1,
"totnb": 1,
"totbe": 1,
"totse": 1,
"totce": 1,
"avgtotnb": 1,
"avgtotbe": 1,
"avgtotse": 1,
"avgtotce": 1,
"totholiday": 1,
"attpercentage": 13.0,
"above8": 1,
"days8": 1,
"days7": 1,
"days6": 1,
"days5": 1,
"days4": 1,
"days3": 1,
"days2": 1,
"days1": 1,
"days0": 1,
"avgComputerclassWorkdays": 1,
"avgComputerclassplandays": 1,
"avgComputerclassactualdays": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptAttendanceGradewiseIDI2023_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptAttendanceGradewiseIDI2023_Result>
<a1grade>1</a1grade>
<above8>1</above8>
<agrade>1</agrade>
<attpercentage>13</attpercentage>
<avgComputerclassWorkdays>1</avgComputerclassWorkdays>
<avgComputerclassactualdays>1</avgComputerclassactualdays>
<avgComputerclassplandays>1</avgComputerclassplandays>
<avgtotbe>1</avgtotbe>
<avgtotce>1</avgtotce>
<avgtotnb>1</avgtotnb>
<avgtotse>1</avgtotse>
<bgrade>1</bgrade>
<centid>sample string 4</centid>
<centname>sample string 3</centname>
<cgrade>1</cgrade>
<city>sample string 2</city>
<days0>1</days0>
<days1>1</days1>
<days2>1</days2>
<days3>1</days3>
<days4>1</days4>
<days5>1</days5>
<days6>1</days6>
<days7>1</days7>
<days8>1</days8>
<dgrade>1</dgrade>
<egrade>1</egrade>
<iditeamleaderid>sample string 11</iditeamleaderid>
<month>sample string 7</month>
<nulldata>1</nulldata>
<partnerid>sample string 5</partnerid>
<partnername>sample string 6</partnername>
<planzero>1</planzero>
<programfellow>sample string 12</programfellow>
<state>sample string 1</state>
<teamleaderid>sample string 9</teamleaderid>
<tlname>sample string 10</tlname>
<totUPStudents>1</totUPStudents>
<totabsent>1</totabsent>
<totalboys>1</totalboys>
<totalgirls>1</totalgirls>
<totbe>1</totbe>
<totce>1</totce>
<totholiday>1</totholiday>
<totlecture>1</totlecture>
<totnb>1</totnb>
<totpresent>1</totpresent>
<totse>1</totse>
<year>sample string 8</year>
</GetRptAttendanceGradewiseIDI2023_Result>
<GetRptAttendanceGradewiseIDI2023_Result>
<a1grade>1</a1grade>
<above8>1</above8>
<agrade>1</agrade>
<attpercentage>13</attpercentage>
<avgComputerclassWorkdays>1</avgComputerclassWorkdays>
<avgComputerclassactualdays>1</avgComputerclassactualdays>
<avgComputerclassplandays>1</avgComputerclassplandays>
<avgtotbe>1</avgtotbe>
<avgtotce>1</avgtotce>
<avgtotnb>1</avgtotnb>
<avgtotse>1</avgtotse>
<bgrade>1</bgrade>
<centid>sample string 4</centid>
<centname>sample string 3</centname>
<cgrade>1</cgrade>
<city>sample string 2</city>
<days0>1</days0>
<days1>1</days1>
<days2>1</days2>
<days3>1</days3>
<days4>1</days4>
<days5>1</days5>
<days6>1</days6>
<days7>1</days7>
<days8>1</days8>
<dgrade>1</dgrade>
<egrade>1</egrade>
<iditeamleaderid>sample string 11</iditeamleaderid>
<month>sample string 7</month>
<nulldata>1</nulldata>
<partnerid>sample string 5</partnerid>
<partnername>sample string 6</partnername>
<planzero>1</planzero>
<programfellow>sample string 12</programfellow>
<state>sample string 1</state>
<teamleaderid>sample string 9</teamleaderid>
<tlname>sample string 10</tlname>
<totUPStudents>1</totUPStudents>
<totabsent>1</totabsent>
<totalboys>1</totalboys>
<totalgirls>1</totalgirls>
<totbe>1</totbe>
<totce>1</totce>
<totholiday>1</totholiday>
<totlecture>1</totlecture>
<totnb>1</totnb>
<totpresent>1</totpresent>
<totse>1</totse>
<year>sample string 8</year>
</GetRptAttendanceGradewiseIDI2023_Result>
</ArrayOfGetRptAttendanceGradewiseIDI2023_Result>