GET api/Center/GetEnglishAssessmentPartnerwise/{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 GetEnglishAssessmentPartnerwise_ResultName | Description | Type | Additional information |
---|---|---|---|
partnerid | 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:
[ { "partnerid": "sample string 1", "standard": "sample string 2", "totstudent": 1, "c1": 1, "c2": 1, "c3": 1, "c4": 1, "c5": 1, "c6": 1, "c7": 1 }, { "partnerid": "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:
<ArrayOfGetEnglishAssessmentPartnerwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetEnglishAssessmentPartnerwise_Result> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <c5>1</c5> <c6>1</c6> <c7>1</c7> <partnerid>sample string 1</partnerid> <standard>sample string 2</standard> <totstudent>1</totstudent> </GetEnglishAssessmentPartnerwise_Result> <GetEnglishAssessmentPartnerwise_Result> <c1>1</c1> <c2>1</c2> <c3>1</c3> <c4>1</c4> <c5>1</c5> <c6>1</c6> <c7>1</c7> <partnerid>sample string 1</partnerid> <standard>sample string 2</standard> <totstudent>1</totstudent> </GetEnglishAssessmentPartnerwise_Result> </ArrayOfGetEnglishAssessmentPartnerwise_Result>