GET api/Center/GetCALGradewiseAttCityPaiGraphATAL/{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 GetCALGradewiseAttCityPaiGraphATAL_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
None. |
|
| year | string |
None. |
|
| totstudent | integer |
None. |
|
| agrade | integer |
None. |
|
| bgrade | integer |
None. |
|
| cgrade | integer |
None. |
|
| dgrade | integer |
None. |
|
| egrade | integer |
None. |
|
| city | string |
None. |
|
| partnerid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"month": "sample string 1",
"year": "sample string 2",
"totstudent": 1,
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"dgrade": 1,
"egrade": 1,
"city": "sample string 3",
"partnerid": "sample string 4"
},
{
"month": "sample string 1",
"year": "sample string 2",
"totstudent": 1,
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"dgrade": 1,
"egrade": 1,
"city": "sample string 3",
"partnerid": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALGradewiseAttCityPaiGraphATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALGradewiseAttCityPaiGraphATAL_Result>
<agrade>1</agrade>
<bgrade>1</bgrade>
<cgrade>1</cgrade>
<city>sample string 3</city>
<dgrade>1</dgrade>
<egrade>1</egrade>
<month>sample string 1</month>
<partnerid>sample string 4</partnerid>
<totstudent>1</totstudent>
<year>sample string 2</year>
</GetCALGradewiseAttCityPaiGraphATAL_Result>
<GetCALGradewiseAttCityPaiGraphATAL_Result>
<agrade>1</agrade>
<bgrade>1</bgrade>
<cgrade>1</cgrade>
<city>sample string 3</city>
<dgrade>1</dgrade>
<egrade>1</egrade>
<month>sample string 1</month>
<partnerid>sample string 4</partnerid>
<totstudent>1</totstudent>
<year>sample string 2</year>
</GetCALGradewiseAttCityPaiGraphATAL_Result>
</ArrayOfGetCALGradewiseAttCityPaiGraphATAL_Result>