GET api/Center/GetEnglishAssessmentSchoolwise/{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 GetEnglishAssessmentSchoolwise_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| partnerid | string |
None. |
|
| totstudent | integer |
None. |
|
| standard | string |
None. |
|
| c1 | integer |
None. |
|
| c2 | integer |
None. |
|
| c3 | integer |
None. |
|
| c4 | integer |
None. |
|
| c5 | integer |
None. |
|
| c6 | integer |
None. |
|
| c7 | integer |
None. |
|
| tlid | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| examtype | string |
None. |
|
| academicyear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"totstudent": 1,
"standard": "sample string 4",
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"tlid": "sample string 5",
"centid": "sample string 6",
"centname": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"medium": "sample string 10",
"examtype": "sample string 11",
"academicyear": "sample string 12"
},
{
"state": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"totstudent": 1,
"standard": "sample string 4",
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"tlid": "sample string 5",
"centid": "sample string 6",
"centname": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"medium": "sample string 10",
"examtype": "sample string 11",
"academicyear": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishAssessmentSchoolwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEnglishAssessmentSchoolwise_Result>
<academicyear>sample string 12</academicyear>
<c1>1</c1>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<centid>sample string 6</centid>
<centname>sample string 7</centname>
<city>sample string 2</city>
<examtype>sample string 11</examtype>
<medium>sample string 10</medium>
<partnerid>sample string 3</partnerid>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<standard>sample string 4</standard>
<state>sample string 1</state>
<tlid>sample string 5</tlid>
<totstudent>1</totstudent>
</GetEnglishAssessmentSchoolwise_Result>
<GetEnglishAssessmentSchoolwise_Result>
<academicyear>sample string 12</academicyear>
<c1>1</c1>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<centid>sample string 6</centid>
<centname>sample string 7</centname>
<city>sample string 2</city>
<examtype>sample string 11</examtype>
<medium>sample string 10</medium>
<partnerid>sample string 3</partnerid>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<standard>sample string 4</standard>
<state>sample string 1</state>
<tlid>sample string 5</tlid>
<totstudent>1</totstudent>
</GetEnglishAssessmentSchoolwise_Result>
</ArrayOfGetEnglishAssessmentSchoolwise_Result>