GET api/Student/GetSchoolAssessmentATAL2022/{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 GetSchoolAssessmentATAL2022_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. |
|
| A | integer |
None. |
|
| B | integer |
None. |
|
| C | integer |
None. |
|
| D | integer |
None. |
|
| E | 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,
"A": 18,
"B": 19,
"C": 20,
"D": 21,
"E": 22,
"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,
"A": 18,
"B": 19,
"C": 20,
"D": 21,
"E": 22,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetSchoolAssessmentATAL2022_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetSchoolAssessmentATAL2022_Result>
<A>18</A>
<B>19</B>
<C>20</C>
<D>21</D>
<E>22</E>
<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>
</GetSchoolAssessmentATAL2022_Result>
<GetSchoolAssessmentATAL2022_Result>
<A>18</A>
<B>19</B>
<C>20</C>
<D>21</D>
<E>22</E>
<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>
</GetSchoolAssessmentATAL2022_Result>
</ArrayOfGetSchoolAssessmentATAL2022_Result>