GET api/Student/GetRptCALSchoolGradeWiseAssessment/{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 GetRptCALSchoolGradeWiseAssessment_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| medium | 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. |
|
| semester | string |
None. |
|
| totenroll | integer |
None. |
|
| totappeared | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| A | integer |
None. |
|
| B | integer |
None. |
|
| C | integer |
None. |
|
| D | integer |
None. |
|
| E | integer |
None. |
|
| absent | integer |
None. |
|
| type | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"medium": "sample string 3",
"centid": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"schooltype": "sample string 7",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"centname": "sample string 10",
"exam": "sample string 11",
"year": "sample string 12",
"partnerid": "sample string 13",
"partnername": "sample string 14",
"semester": "sample string 15",
"totenroll": 16,
"totappeared": 17,
"boys": 18,
"girls": 19,
"A": 20,
"B": 21,
"C": 22,
"D": 23,
"E": 24,
"absent": 1,
"type": "sample string 25",
"tRecordCount": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"medium": "sample string 3",
"centid": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"schooltype": "sample string 7",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"centname": "sample string 10",
"exam": "sample string 11",
"year": "sample string 12",
"partnerid": "sample string 13",
"partnername": "sample string 14",
"semester": "sample string 15",
"totenroll": 16,
"totappeared": 17,
"boys": 18,
"girls": 19,
"A": 20,
"B": 21,
"C": 22,
"D": 23,
"E": 24,
"absent": 1,
"type": "sample string 25",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptCALSchoolGradeWiseAssessment_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptCALSchoolGradeWiseAssessment_Result>
<A>20</A>
<B>21</B>
<C>22</C>
<D>23</D>
<E>24</E>
<absent>1</absent>
<boys>18</boys>
<centid>sample string 4</centid>
<centname>sample string 10</centname>
<city>sample string 2</city>
<exam>sample string 11</exam>
<girls>19</girls>
<medium>sample string 3</medium>
<partnerid>sample string 13</partnerid>
<partnername>sample string 14</partnername>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<schooltype>sample string 7</schooltype>
<semester>sample string 15</semester>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totappeared>17</totappeared>
<totenroll>16</totenroll>
<type>sample string 25</type>
<year>sample string 12</year>
</GetRptCALSchoolGradeWiseAssessment_Result>
<GetRptCALSchoolGradeWiseAssessment_Result>
<A>20</A>
<B>21</B>
<C>22</C>
<D>23</D>
<E>24</E>
<absent>1</absent>
<boys>18</boys>
<centid>sample string 4</centid>
<centname>sample string 10</centname>
<city>sample string 2</city>
<exam>sample string 11</exam>
<girls>19</girls>
<medium>sample string 3</medium>
<partnerid>sample string 13</partnerid>
<partnername>sample string 14</partnername>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<schooltype>sample string 7</schooltype>
<semester>sample string 15</semester>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totappeared>17</totappeared>
<totenroll>16</totenroll>
<type>sample string 25</type>
<year>sample string 12</year>
</GetRptCALSchoolGradeWiseAssessment_Result>
</ArrayOfGetRptCALSchoolGradeWiseAssessment_Result>