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