GET api/Center/GetDistrictWiseAllSummaryIDI/{userid}/{role}/{pgid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDistrictWiseAllSummaryIDI_Result
NameDescriptionTypeAdditional information
centercount

integer

None.

studcount

integer

None.

citycount

integer

None.

district

string

None.

totengaged

integer

None.

colleges

integer

None.

totonboard

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centercount": 1,
    "studcount": 2,
    "citycount": 3,
    "district": "sample string 4",
    "totengaged": 5,
    "colleges": 6,
    "totonboard": 7
  },
  {
    "centercount": 1,
    "studcount": 2,
    "citycount": 3,
    "district": "sample string 4",
    "totengaged": 5,
    "colleges": 6,
    "totonboard": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDistrictWiseAllSummaryIDI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDistrictWiseAllSummaryIDI_Result>
    <centercount>1</centercount>
    <citycount>3</citycount>
    <colleges>6</colleges>
    <district>sample string 4</district>
    <studcount>2</studcount>
    <totengaged>5</totengaged>
    <totonboard>7</totonboard>
  </GetDistrictWiseAllSummaryIDI_Result>
  <GetDistrictWiseAllSummaryIDI_Result>
    <centercount>1</centercount>
    <citycount>3</citycount>
    <colleges>6</colleges>
    <district>sample string 4</district>
    <studcount>2</studcount>
    <totengaged>5</totengaged>
    <totonboard>7</totonboard>
  </GetDistrictWiseAllSummaryIDI_Result>
</ArrayOfGetDistrictWiseAllSummaryIDI_Result>