GET api/Student/GetStateWiseAllSummaryDashIDI/{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 GetStateWiseAllSummaryDashIDI_Result
NameDescriptionTypeAdditional information
state

string

None.

totregistartion

integer

None.

totonboard

integer

None.

totengaged

integer

None.

collegecount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "totregistartion": 2,
    "totonboard": 3,
    "totengaged": 4,
    "collegecount": 5
  },
  {
    "state": "sample string 1",
    "totregistartion": 2,
    "totonboard": 3,
    "totengaged": 4,
    "collegecount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStateWiseAllSummaryDashIDI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStateWiseAllSummaryDashIDI_Result>
    <collegecount>5</collegecount>
    <state>sample string 1</state>
    <totengaged>4</totengaged>
    <totonboard>3</totonboard>
    <totregistartion>2</totregistartion>
  </GetStateWiseAllSummaryDashIDI_Result>
  <GetStateWiseAllSummaryDashIDI_Result>
    <collegecount>5</collegecount>
    <state>sample string 1</state>
    <totengaged>4</totengaged>
    <totonboard>3</totonboard>
    <totregistartion>2</totregistartion>
  </GetStateWiseAllSummaryDashIDI_Result>
</ArrayOfGetStateWiseAllSummaryDashIDI_Result>