GET api/Student/GetRptStudentAttendanceBatchwise/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptStudentAttendanceBatchwise_Result
NameDescriptionTypeAdditional information
centid

string

None.

teamleaderid

string

None.

partnername

string

None.

tlname

string

None.

pgid

string

None.

pcid

string

None.

progassociate

string

None.

ohid

string

None.

state

string

None.

city

string

None.

centname

string

None.

schoolid

string

None.

standard

string

None.

batchid

string

None.

schoolname

string

None.

medium

string

None.

year

string

None.

month

string

None.

totBoys

integer

None.

totGirls

integer

None.

totUPStudents

integer

None.

actualday

integer

None.

totpresent

integer

None.

totabsent

integer

None.

presntper

integer

None.

a1grade

integer

None.

agrade

integer

None.

bgrade

integer

None.

cgrade

integer

None.

dgrade

integer

None.

egrade

integer

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.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "teamleaderid": "sample string 2",
    "partnername": "sample string 3",
    "tlname": "sample string 4",
    "pgid": "sample string 5",
    "pcid": "sample string 6",
    "progassociate": "sample string 7",
    "ohid": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "centname": "sample string 11",
    "schoolid": "sample string 12",
    "standard": "sample string 13",
    "batchid": "sample string 14",
    "schoolname": "sample string 15",
    "medium": "sample string 16",
    "year": "sample string 17",
    "month": "sample string 18",
    "totBoys": 19,
    "totGirls": 20,
    "totUPStudents": 21,
    "actualday": 22,
    "totpresent": 23,
    "totabsent": 24,
    "presntper": 25,
    "a1grade": 26,
    "agrade": 27,
    "bgrade": 28,
    "cgrade": 29,
    "dgrade": 30,
    "egrade": 31,
    "above8": 32,
    "days8": 33,
    "days7": 34,
    "days6": 35,
    "days5": 36,
    "days4": 37,
    "days3": 38,
    "days2": 39,
    "days1": 40,
    "days0": 41,
    "tRecordCount": 42
  },
  {
    "centid": "sample string 1",
    "teamleaderid": "sample string 2",
    "partnername": "sample string 3",
    "tlname": "sample string 4",
    "pgid": "sample string 5",
    "pcid": "sample string 6",
    "progassociate": "sample string 7",
    "ohid": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "centname": "sample string 11",
    "schoolid": "sample string 12",
    "standard": "sample string 13",
    "batchid": "sample string 14",
    "schoolname": "sample string 15",
    "medium": "sample string 16",
    "year": "sample string 17",
    "month": "sample string 18",
    "totBoys": 19,
    "totGirls": 20,
    "totUPStudents": 21,
    "actualday": 22,
    "totpresent": 23,
    "totabsent": 24,
    "presntper": 25,
    "a1grade": 26,
    "agrade": 27,
    "bgrade": 28,
    "cgrade": 29,
    "dgrade": 30,
    "egrade": 31,
    "above8": 32,
    "days8": 33,
    "days7": 34,
    "days6": 35,
    "days5": 36,
    "days4": 37,
    "days3": 38,
    "days2": 39,
    "days1": 40,
    "days0": 41,
    "tRecordCount": 42
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptStudentAttendanceBatchwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptStudentAttendanceBatchwise_Result>
    <a1grade>26</a1grade>
    <above8>32</above8>
    <actualday>22</actualday>
    <agrade>27</agrade>
    <batchid>sample string 14</batchid>
    <bgrade>28</bgrade>
    <centid>sample string 1</centid>
    <centname>sample string 11</centname>
    <cgrade>29</cgrade>
    <city>sample string 10</city>
    <days0>41</days0>
    <days1>40</days1>
    <days2>39</days2>
    <days3>38</days3>
    <days4>37</days4>
    <days5>36</days5>
    <days6>35</days6>
    <days7>34</days7>
    <days8>33</days8>
    <dgrade>30</dgrade>
    <egrade>31</egrade>
    <medium>sample string 16</medium>
    <month>sample string 18</month>
    <ohid>sample string 8</ohid>
    <partnername>sample string 3</partnername>
    <pcid>sample string 6</pcid>
    <pgid>sample string 5</pgid>
    <presntper>25</presntper>
    <progassociate>sample string 7</progassociate>
    <schoolid>sample string 12</schoolid>
    <schoolname>sample string 15</schoolname>
    <standard>sample string 13</standard>
    <state>sample string 9</state>
    <tRecordCount>42</tRecordCount>
    <teamleaderid>sample string 2</teamleaderid>
    <tlname>sample string 4</tlname>
    <totBoys>19</totBoys>
    <totGirls>20</totGirls>
    <totUPStudents>21</totUPStudents>
    <totabsent>24</totabsent>
    <totpresent>23</totpresent>
    <year>sample string 17</year>
  </GetRptStudentAttendanceBatchwise_Result>
  <GetRptStudentAttendanceBatchwise_Result>
    <a1grade>26</a1grade>
    <above8>32</above8>
    <actualday>22</actualday>
    <agrade>27</agrade>
    <batchid>sample string 14</batchid>
    <bgrade>28</bgrade>
    <centid>sample string 1</centid>
    <centname>sample string 11</centname>
    <cgrade>29</cgrade>
    <city>sample string 10</city>
    <days0>41</days0>
    <days1>40</days1>
    <days2>39</days2>
    <days3>38</days3>
    <days4>37</days4>
    <days5>36</days5>
    <days6>35</days6>
    <days7>34</days7>
    <days8>33</days8>
    <dgrade>30</dgrade>
    <egrade>31</egrade>
    <medium>sample string 16</medium>
    <month>sample string 18</month>
    <ohid>sample string 8</ohid>
    <partnername>sample string 3</partnername>
    <pcid>sample string 6</pcid>
    <pgid>sample string 5</pgid>
    <presntper>25</presntper>
    <progassociate>sample string 7</progassociate>
    <schoolid>sample string 12</schoolid>
    <schoolname>sample string 15</schoolname>
    <standard>sample string 13</standard>
    <state>sample string 9</state>
    <tRecordCount>42</tRecordCount>
    <teamleaderid>sample string 2</teamleaderid>
    <tlname>sample string 4</tlname>
    <totBoys>19</totBoys>
    <totGirls>20</totGirls>
    <totUPStudents>21</totUPStudents>
    <totabsent>24</totabsent>
    <totpresent>23</totpresent>
    <year>sample string 17</year>
  </GetRptStudentAttendanceBatchwise_Result>
</ArrayOfGetRptStudentAttendanceBatchwise_Result>