GET api/Center/GetStateWiseAllSummaryCAL/{pgid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetStateWiseAllSummaryCAL_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centercount | integer |
None. |
|
| schoolcount | integer |
None. |
|
| studcount | integer |
None. |
|
| empcount | integer |
None. |
|
| state | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centercount": 1,
"schoolcount": 2,
"studcount": 3,
"empcount": 4,
"state": "sample string 5"
},
{
"centercount": 1,
"schoolcount": 2,
"studcount": 3,
"empcount": 4,
"state": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetStateWiseAllSummaryCAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetStateWiseAllSummaryCAL_Result>
<centercount>1</centercount>
<empcount>4</empcount>
<schoolcount>2</schoolcount>
<state>sample string 5</state>
<studcount>3</studcount>
</GetStateWiseAllSummaryCAL_Result>
<GetStateWiseAllSummaryCAL_Result>
<centercount>1</centercount>
<empcount>4</empcount>
<schoolcount>2</schoolcount>
<state>sample string 5</state>
<studcount>3</studcount>
</GetStateWiseAllSummaryCAL_Result>
</ArrayOfGetStateWiseAllSummaryCAL_Result>