GET api/Center/Getassessmentsubjectwisesummary/{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 Getassessmentsubjectwisesummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| standard | string |
None. |
|
| totlanguage | integer |
None. |
|
| totmath | integer |
None. |
|
| totboth | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"standard": "sample string 3",
"totlanguage": 4,
"totmath": 5,
"totboth": 6,
"tRecordCount": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"standard": "sample string 3",
"totlanguage": 4,
"totmath": 5,
"totboth": 6,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetassessmentsubjectwisesummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<Getassessmentsubjectwisesummary_Result>
<city>sample string 2</city>
<standard>sample string 3</standard>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totboth>6</totboth>
<totlanguage>4</totlanguage>
<totmath>5</totmath>
</Getassessmentsubjectwisesummary_Result>
<Getassessmentsubjectwisesummary_Result>
<city>sample string 2</city>
<standard>sample string 3</standard>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totboth>6</totboth>
<totlanguage>4</totlanguage>
<totmath>5</totmath>
</Getassessmentsubjectwisesummary_Result>
</ArrayOfGetassessmentsubjectwisesummary_Result>