GET api/Center/GetCALSchoolStudentAttendance/{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 GetCALSchoolStudentAttendance_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| partnername | string |
None. |
|
| centname | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| schoolid | string |
None. |
|
| centid | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| pcid | string |
None. |
|
| pcname | string |
None. |
|
| a1grade | integer |
None. |
|
| d1grade | integer |
None. |
|
| agrade | integer |
None. |
|
| bgrade | integer |
None. |
|
| cgrade | integer |
None. |
|
| dgrade | integer |
None. |
|
| egrade | integer |
None. |
|
| e1grade | integer |
None. |
|
| planzero | integer |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| totlecture | integer |
None. |
|
| totBoys | integer |
None. |
|
| totGirls | 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. |
|
| presntper | decimal number |
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",
"partnername": "sample string 3",
"centname": "sample string 4",
"schoolname": "sample string 5",
"medium": "sample string 6",
"schoolid": "sample string 7",
"centid": "sample string 8",
"month": "sample string 9",
"year": "sample string 10",
"teamleaderid": "sample string 11",
"tlname": "sample string 12",
"pcid": "sample string 13",
"pcname": "sample string 14",
"a1grade": 15,
"d1grade": 16,
"agrade": 17,
"bgrade": 18,
"cgrade": 19,
"dgrade": 20,
"egrade": 21,
"e1grade": 22,
"planzero": 23,
"totpresent": 24,
"totabsent": 25,
"totlecture": 26,
"totBoys": 27,
"totGirls": 28,
"totUPStudents": 29,
"totnb": 30,
"totbe": 31,
"totse": 32,
"totce": 33,
"avgtotnb": 34,
"avgtotbe": 35,
"avgtotse": 36,
"avgtotce": 37,
"presntper": 1.1,
"avgComputerclassWorkdays": 38,
"avgComputerclassplandays": 39,
"avgComputerclassactualdays": 40
},
{
"state": "sample string 1",
"city": "sample string 2",
"partnername": "sample string 3",
"centname": "sample string 4",
"schoolname": "sample string 5",
"medium": "sample string 6",
"schoolid": "sample string 7",
"centid": "sample string 8",
"month": "sample string 9",
"year": "sample string 10",
"teamleaderid": "sample string 11",
"tlname": "sample string 12",
"pcid": "sample string 13",
"pcname": "sample string 14",
"a1grade": 15,
"d1grade": 16,
"agrade": 17,
"bgrade": 18,
"cgrade": 19,
"dgrade": 20,
"egrade": 21,
"e1grade": 22,
"planzero": 23,
"totpresent": 24,
"totabsent": 25,
"totlecture": 26,
"totBoys": 27,
"totGirls": 28,
"totUPStudents": 29,
"totnb": 30,
"totbe": 31,
"totse": 32,
"totce": 33,
"avgtotnb": 34,
"avgtotbe": 35,
"avgtotse": 36,
"avgtotce": 37,
"presntper": 1.1,
"avgComputerclassWorkdays": 38,
"avgComputerclassplandays": 39,
"avgComputerclassactualdays": 40
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALSchoolStudentAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALSchoolStudentAttendance_Result>
<a1grade>15</a1grade>
<agrade>17</agrade>
<avgComputerclassWorkdays>38</avgComputerclassWorkdays>
<avgComputerclassactualdays>40</avgComputerclassactualdays>
<avgComputerclassplandays>39</avgComputerclassplandays>
<avgtotbe>35</avgtotbe>
<avgtotce>37</avgtotce>
<avgtotnb>34</avgtotnb>
<avgtotse>36</avgtotse>
<bgrade>18</bgrade>
<centid>sample string 8</centid>
<centname>sample string 4</centname>
<cgrade>19</cgrade>
<city>sample string 2</city>
<d1grade>16</d1grade>
<dgrade>20</dgrade>
<e1grade>22</e1grade>
<egrade>21</egrade>
<medium>sample string 6</medium>
<month>sample string 9</month>
<partnername>sample string 3</partnername>
<pcid>sample string 13</pcid>
<pcname>sample string 14</pcname>
<planzero>23</planzero>
<presntper>1.1</presntper>
<schoolid>sample string 7</schoolid>
<schoolname>sample string 5</schoolname>
<state>sample string 1</state>
<teamleaderid>sample string 11</teamleaderid>
<tlname>sample string 12</tlname>
<totBoys>27</totBoys>
<totGirls>28</totGirls>
<totUPStudents>29</totUPStudents>
<totabsent>25</totabsent>
<totbe>31</totbe>
<totce>33</totce>
<totlecture>26</totlecture>
<totnb>30</totnb>
<totpresent>24</totpresent>
<totse>32</totse>
<year>sample string 10</year>
</GetCALSchoolStudentAttendance_Result>
<GetCALSchoolStudentAttendance_Result>
<a1grade>15</a1grade>
<agrade>17</agrade>
<avgComputerclassWorkdays>38</avgComputerclassWorkdays>
<avgComputerclassactualdays>40</avgComputerclassactualdays>
<avgComputerclassplandays>39</avgComputerclassplandays>
<avgtotbe>35</avgtotbe>
<avgtotce>37</avgtotce>
<avgtotnb>34</avgtotnb>
<avgtotse>36</avgtotse>
<bgrade>18</bgrade>
<centid>sample string 8</centid>
<centname>sample string 4</centname>
<cgrade>19</cgrade>
<city>sample string 2</city>
<d1grade>16</d1grade>
<dgrade>20</dgrade>
<e1grade>22</e1grade>
<egrade>21</egrade>
<medium>sample string 6</medium>
<month>sample string 9</month>
<partnername>sample string 3</partnername>
<pcid>sample string 13</pcid>
<pcname>sample string 14</pcname>
<planzero>23</planzero>
<presntper>1.1</presntper>
<schoolid>sample string 7</schoolid>
<schoolname>sample string 5</schoolname>
<state>sample string 1</state>
<teamleaderid>sample string 11</teamleaderid>
<tlname>sample string 12</tlname>
<totBoys>27</totBoys>
<totGirls>28</totGirls>
<totUPStudents>29</totUPStudents>
<totabsent>25</totabsent>
<totbe>31</totbe>
<totce>33</totce>
<totlecture>26</totlecture>
<totnb>30</totnb>
<totpresent>24</totpresent>
<totse>32</totse>
<year>sample string 10</year>
</GetCALSchoolStudentAttendance_Result>
</ArrayOfGetCALSchoolStudentAttendance_Result>