GET api/Student/GetCALCompAssessmentMarathiFinal1/{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 GetCALCompAssessmentMarathiFinal1_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
standard | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
centname | string |
None. |
|
exam | string |
None. |
|
year | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
totappeared | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
|
c3 | integer |
None. |
|
c4 | integer |
None. |
|
c5 | integer |
None. |
|
c6 | integer |
None. |
|
c7 | integer |
None. |
|
c8 | integer |
None. |
|
c9 | integer |
None. |
|
c10 | integer |
None. |
|
c11 | integer |
None. |
|
c12 | integer |
None. |
|
c13 | integer |
None. |
|
c14 | integer |
None. |
|
c15 | integer |
None. |
|
c16 | integer |
None. |
|
c17 | integer |
None. |
|
c18 | integer |
None. |
|
c19 | integer |
None. |
|
c20 | integer |
None. |
|
c21 | integer |
None. |
|
c22 | integer |
None. |
|
c23 | integer |
None. |
|
c24 | integer |
None. |
|
c25 | integer |
None. |
|
c26 | integer |
None. |
|
c27 | integer |
None. |
|
c28 | integer |
None. |
|
c29 | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "schoolid": "sample string 4", "schoolname": "sample string 5", "standard": "sample string 6", "teamleaderid": "sample string 7", "tlname": "sample string 8", "centname": "sample string 9", "exam": "sample string 10", "year": "sample string 11", "partnerid": "sample string 12", "partnername": "sample string 13", "totappeared": 14, "boys": 15, "girls": 16, "c1": 17, "c2": 18, "c3": 19, "c4": 20, "c5": 21, "c6": 22, "c7": 23, "c8": 24, "c9": 25, "c10": 26, "c11": 27, "c12": 28, "c13": 29, "c14": 30, "c15": 31, "c16": 32, "c17": 33, "c18": 34, "c19": 35, "c20": 36, "c21": 37, "c22": 38, "c23": 39, "c24": 40, "c25": 41, "c26": 42, "c27": 43, "c28": 44, "c29": 45, "tRecordCount": 1 }, { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "schoolid": "sample string 4", "schoolname": "sample string 5", "standard": "sample string 6", "teamleaderid": "sample string 7", "tlname": "sample string 8", "centname": "sample string 9", "exam": "sample string 10", "year": "sample string 11", "partnerid": "sample string 12", "partnername": "sample string 13", "totappeared": 14, "boys": 15, "girls": 16, "c1": 17, "c2": 18, "c3": 19, "c4": 20, "c5": 21, "c6": 22, "c7": 23, "c8": 24, "c9": 25, "c10": 26, "c11": 27, "c12": 28, "c13": 29, "c14": 30, "c15": 31, "c16": 32, "c17": 33, "c18": 34, "c19": 35, "c20": 36, "c21": 37, "c22": 38, "c23": 39, "c24": 40, "c25": 41, "c26": 42, "c27": 43, "c28": 44, "c29": 45, "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALCompAssessmentMarathiFinal1_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALCompAssessmentMarathiFinal1_Result> <boys>15</boys> <c1>17</c1> <c10>26</c10> <c11>27</c11> <c12>28</c12> <c13>29</c13> <c14>30</c14> <c15>31</c15> <c16>32</c16> <c17>33</c17> <c18>34</c18> <c19>35</c19> <c2>18</c2> <c20>36</c20> <c21>37</c21> <c22>38</c22> <c23>39</c23> <c24>40</c24> <c25>41</c25> <c26>42</c26> <c27>43</c27> <c28>44</c28> <c29>45</c29> <c3>19</c3> <c4>20</c4> <c5>21</c5> <c6>22</c6> <c7>23</c7> <c8>24</c8> <c9>25</c9> <centid>sample string 3</centid> <centname>sample string 9</centname> <city>sample string 2</city> <exam>sample string 10</exam> <girls>16</girls> <partnerid>sample string 12</partnerid> <partnername>sample string 13</partnername> <schoolid>sample string 4</schoolid> <schoolname>sample string 5</schoolname> <standard>sample string 6</standard> <state>sample string 1</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 7</teamleaderid> <tlname>sample string 8</tlname> <totappeared>14</totappeared> <year>sample string 11</year> </GetCALCompAssessmentMarathiFinal1_Result> <GetCALCompAssessmentMarathiFinal1_Result> <boys>15</boys> <c1>17</c1> <c10>26</c10> <c11>27</c11> <c12>28</c12> <c13>29</c13> <c14>30</c14> <c15>31</c15> <c16>32</c16> <c17>33</c17> <c18>34</c18> <c19>35</c19> <c2>18</c2> <c20>36</c20> <c21>37</c21> <c22>38</c22> <c23>39</c23> <c24>40</c24> <c25>41</c25> <c26>42</c26> <c27>43</c27> <c28>44</c28> <c29>45</c29> <c3>19</c3> <c4>20</c4> <c5>21</c5> <c6>22</c6> <c7>23</c7> <c8>24</c8> <c9>25</c9> <centid>sample string 3</centid> <centname>sample string 9</centname> <city>sample string 2</city> <exam>sample string 10</exam> <girls>16</girls> <partnerid>sample string 12</partnerid> <partnername>sample string 13</partnername> <schoolid>sample string 4</schoolid> <schoolname>sample string 5</schoolname> <standard>sample string 6</standard> <state>sample string 1</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 7</teamleaderid> <tlname>sample string 8</tlname> <totappeared>14</totappeared> <year>sample string 11</year> </GetCALCompAssessmentMarathiFinal1_Result> </ArrayOfGetCALCompAssessmentMarathiFinal1_Result>