GET api/Student/GetEnglishCompentancySchoolwiseMidlinelevel1report/{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 GetEnglishCompentancySchoolwiseMidlinelevel1report_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| type | string |
None. |
|
| examtype | string |
None. |
|
| academicyear | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| tlid | string |
None. |
|
| tlname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| standard | string |
None. |
|
| Boys | integer |
None. |
|
| Girls | integer |
None. |
|
| totalstudentapperar | integer |
None. |
|
| C1 | integer |
None. |
|
| C2 | integer |
None. |
|
| C3 | integer |
None. |
|
| C4 | integer |
None. |
|
| C5 | integer |
None. |
|
| C6 | integer |
None. |
|
| absent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"type": "sample string 3",
"examtype": "sample string 4",
"academicyear": "sample string 5",
"partnerid": "sample string 6",
"partnername": "sample string 7",
"tlid": "sample string 8",
"tlname": "sample string 9",
"centid": "sample string 10",
"centname": "sample string 11",
"schoolid": "sample string 12",
"schoolname": "sample string 13",
"medium": "sample string 14",
"standard": "sample string 15",
"Boys": 1,
"Girls": 1,
"totalstudentapperar": 1,
"C1": 1,
"C2": 1,
"C3": 1,
"C4": 1,
"C5": 1,
"C6": 1,
"absent": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"type": "sample string 3",
"examtype": "sample string 4",
"academicyear": "sample string 5",
"partnerid": "sample string 6",
"partnername": "sample string 7",
"tlid": "sample string 8",
"tlname": "sample string 9",
"centid": "sample string 10",
"centname": "sample string 11",
"schoolid": "sample string 12",
"schoolname": "sample string 13",
"medium": "sample string 14",
"standard": "sample string 15",
"Boys": 1,
"Girls": 1,
"totalstudentapperar": 1,
"C1": 1,
"C2": 1,
"C3": 1,
"C4": 1,
"C5": 1,
"C6": 1,
"absent": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishCompentancySchoolwiseMidlinelevel1report_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEnglishCompentancySchoolwiseMidlinelevel1report_Result>
<Boys>1</Boys>
<C1>1</C1>
<C2>1</C2>
<C3>1</C3>
<C4>1</C4>
<C5>1</C5>
<C6>1</C6>
<Girls>1</Girls>
<absent>1</absent>
<academicyear>sample string 5</academicyear>
<centid>sample string 10</centid>
<centname>sample string 11</centname>
<city>sample string 2</city>
<examtype>sample string 4</examtype>
<medium>sample string 14</medium>
<partnerid>sample string 6</partnerid>
<partnername>sample string 7</partnername>
<schoolid>sample string 12</schoolid>
<schoolname>sample string 13</schoolname>
<standard>sample string 15</standard>
<state>sample string 1</state>
<tlid>sample string 8</tlid>
<tlname>sample string 9</tlname>
<totalstudentapperar>1</totalstudentapperar>
<type>sample string 3</type>
</GetEnglishCompentancySchoolwiseMidlinelevel1report_Result>
<GetEnglishCompentancySchoolwiseMidlinelevel1report_Result>
<Boys>1</Boys>
<C1>1</C1>
<C2>1</C2>
<C3>1</C3>
<C4>1</C4>
<C5>1</C5>
<C6>1</C6>
<Girls>1</Girls>
<absent>1</absent>
<academicyear>sample string 5</academicyear>
<centid>sample string 10</centid>
<centname>sample string 11</centname>
<city>sample string 2</city>
<examtype>sample string 4</examtype>
<medium>sample string 14</medium>
<partnerid>sample string 6</partnerid>
<partnername>sample string 7</partnername>
<schoolid>sample string 12</schoolid>
<schoolname>sample string 13</schoolname>
<standard>sample string 15</standard>
<state>sample string 1</state>
<tlid>sample string 8</tlid>
<tlname>sample string 9</tlname>
<totalstudentapperar>1</totalstudentapperar>
<type>sample string 3</type>
</GetEnglishCompentancySchoolwiseMidlinelevel1report_Result>
</ArrayOfGetEnglishCompentancySchoolwiseMidlinelevel1report_Result>