GET api/Student/GetDistrictWiseAllSummaryDashIDI/{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 GetDistrictWiseAllSummaryDashIDI_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| district | string |
None. |
|
| city | integer |
None. |
|
| totregistartion | integer |
None. |
|
| totonboard | integer |
None. |
|
| totengaged | integer |
None. |
|
| collegecount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"district": "sample string 1",
"city": 2,
"totregistartion": 3,
"totonboard": 4,
"totengaged": 5,
"collegecount": 6
},
{
"district": "sample string 1",
"city": 2,
"totregistartion": 3,
"totonboard": 4,
"totengaged": 5,
"collegecount": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDistrictWiseAllSummaryDashIDI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDistrictWiseAllSummaryDashIDI_Result>
<city>2</city>
<collegecount>6</collegecount>
<district>sample string 1</district>
<totengaged>5</totengaged>
<totonboard>4</totonboard>
<totregistartion>3</totregistartion>
</GetDistrictWiseAllSummaryDashIDI_Result>
<GetDistrictWiseAllSummaryDashIDI_Result>
<city>2</city>
<collegecount>6</collegecount>
<district>sample string 1</district>
<totengaged>5</totengaged>
<totonboard>4</totonboard>
<totregistartion>3</totregistartion>
</GetDistrictWiseAllSummaryDashIDI_Result>
</ArrayOfGetDistrictWiseAllSummaryDashIDI_Result>