GET api/Student/GetCALSchoolAssessment1to4/{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 GetCALSchoolAssessment1to4_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| state | string | None. | |
| city | string | None. | |
| centid | string | None. | |
| schoolid | string | None. | |
| schoolname | string | None. | |
| schooltype | string | None. | |
| teamleaderid | string | None. | |
| tlname | string | None. | |
| centname | string | None. | |
| exam | string | None. | |
| year | string | None. | |
| partnerid | string | None. | |
| partnername | string | None. | |
| totenroll | integer | None. | |
| totappeared | integer | None. | |
| boys | integer | None. | |
| girls | integer | None. | |
| LangA | integer | None. | |
| LangB | integer | None. | |
| LangC | integer | None. | |
| LangD | integer | None. | |
| LangE | integer | None. | |
| MathA | integer | None. | |
| MathB | integer | None. | |
| MathC | integer | None. | |
| MathD | integer | None. | |
| MathE | 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",
    "schooltype": "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",
    "totenroll": 14,
    "totappeared": 15,
    "boys": 16,
    "girls": 17,
    "LangA": 18,
    "LangB": 19,
    "LangC": 20,
    "LangD": 21,
    "LangE": 22,
    "MathA": 23,
    "MathB": 24,
    "MathC": 25,
    "MathD": 26,
    "MathE": 27,
    "tRecordCount": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centid": "sample string 3",
    "schoolid": "sample string 4",
    "schoolname": "sample string 5",
    "schooltype": "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",
    "totenroll": 14,
    "totappeared": 15,
    "boys": 16,
    "girls": 17,
    "LangA": 18,
    "LangB": 19,
    "LangC": 20,
    "LangD": 21,
    "LangE": 22,
    "MathA": 23,
    "MathB": 24,
    "MathC": 25,
    "MathD": 26,
    "MathE": 27,
    "tRecordCount": 1
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfGetCALSchoolAssessment1to4_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALSchoolAssessment1to4_Result>
    <LangA>18</LangA>
    <LangB>19</LangB>
    <LangC>20</LangC>
    <LangD>21</LangD>
    <LangE>22</LangE>
    <MathA>23</MathA>
    <MathB>24</MathB>
    <MathC>25</MathC>
    <MathD>26</MathD>
    <MathE>27</MathE>
    <boys>16</boys>
    <centid>sample string 3</centid>
    <centname>sample string 9</centname>
    <city>sample string 2</city>
    <exam>sample string 10</exam>
    <girls>17</girls>
    <partnerid>sample string 12</partnerid>
    <partnername>sample string 13</partnername>
    <schoolid>sample string 4</schoolid>
    <schoolname>sample string 5</schoolname>
    <schooltype>sample string 6</schooltype>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <teamleaderid>sample string 7</teamleaderid>
    <tlname>sample string 8</tlname>
    <totappeared>15</totappeared>
    <totenroll>14</totenroll>
    <year>sample string 11</year>
  </GetCALSchoolAssessment1to4_Result>
  <GetCALSchoolAssessment1to4_Result>
    <LangA>18</LangA>
    <LangB>19</LangB>
    <LangC>20</LangC>
    <LangD>21</LangD>
    <LangE>22</LangE>
    <MathA>23</MathA>
    <MathB>24</MathB>
    <MathC>25</MathC>
    <MathD>26</MathD>
    <MathE>27</MathE>
    <boys>16</boys>
    <centid>sample string 3</centid>
    <centname>sample string 9</centname>
    <city>sample string 2</city>
    <exam>sample string 10</exam>
    <girls>17</girls>
    <partnerid>sample string 12</partnerid>
    <partnername>sample string 13</partnername>
    <schoolid>sample string 4</schoolid>
    <schoolname>sample string 5</schoolname>
    <schooltype>sample string 6</schooltype>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <teamleaderid>sample string 7</teamleaderid>
    <tlname>sample string 8</tlname>
    <totappeared>15</totappeared>
    <totenroll>14</totenroll>
    <year>sample string 11</year>
  </GetCALSchoolAssessment1to4_Result>
</ArrayOfGetCALSchoolAssessment1to4_Result>