GET api/Center/GetEnglishAssessmentCitywise/{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 GetEnglishAssessmentCitywise_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| standard | string |
None. |
|
| totstudent | integer |
None. |
|
| c1 | integer |
None. |
|
| c2 | integer |
None. |
|
| c3 | integer |
None. |
|
| c4 | integer |
None. |
|
| c5 | integer |
None. |
|
| c6 | integer |
None. |
|
| c7 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"standard": "sample string 3",
"totstudent": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"standard": "sample string 3",
"totstudent": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishAssessmentCitywise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEnglishAssessmentCitywise_Result>
<c1>1</c1>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<city>sample string 2</city>
<standard>sample string 3</standard>
<state>sample string 1</state>
<totstudent>1</totstudent>
</GetEnglishAssessmentCitywise_Result>
<GetEnglishAssessmentCitywise_Result>
<c1>1</c1>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<city>sample string 2</city>
<standard>sample string 3</standard>
<state>sample string 1</state>
<totstudent>1</totstudent>
</GetEnglishAssessmentCitywise_Result>
</ArrayOfGetEnglishAssessmentCitywise_Result>