GET api/Center/GetEnglishAssessmentStatewise2023/{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 GetEnglishAssessmentStatewise2023_ResultName | Description | Type | Additional information |
---|---|---|---|
state | 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", "standard": "sample string 2", "totstudent": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "c5": 1, "c6": 1, "c7": 1 }, { "state": "sample string 1", "standard": "sample string 2", "totstudent": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "c5": 1, "c6": 1, "c7": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishAssessmentStatewise2023_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetEnglishAssessmentStatewise2023_Result> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <c5>1</c5> <c6>1</c6> <c7>1</c7> <standard>sample string 2</standard> <state>sample string 1</state> <totstudent>1</totstudent> </GetEnglishAssessmentStatewise2023_Result> <GetEnglishAssessmentStatewise2023_Result> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <c5>1</c5> <c6>1</c6> <c7>1</c7> <standard>sample string 2</standard> <state>sample string 1</state> <totstudent>1</totstudent> </GetEnglishAssessmentStatewise2023_Result> </ArrayOfGetEnglishAssessmentStatewise2023_Result>