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