GET api/Student/GetPartnerWiseAllSummaryDash/{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 GetPartnerWiseAllSummaryDash_Result
NameDescriptionTypeAdditional information
pgid

string

None.

partnerid

string

None.

partnername

string

None.

centers

integer

None.

schools

integer

None.

enrollements

integer

None.

Centlcount

integer

None.

schoollcount

integer

None.

Enrlcount

integer

None.

empcount

integer

None.

noofchildren

integer

None.

noofcenter

integer

None.

noofschool

integer

None.

noofemployee

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "partnername": "sample string 3",
    "centers": 4,
    "schools": 5,
    "enrollements": 6,
    "Centlcount": 7,
    "schoollcount": 8,
    "Enrlcount": 9,
    "empcount": 10,
    "noofchildren": 11,
    "noofcenter": 12,
    "noofschool": 13,
    "noofemployee": 14
  },
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "partnername": "sample string 3",
    "centers": 4,
    "schools": 5,
    "enrollements": 6,
    "Centlcount": 7,
    "schoollcount": 8,
    "Enrlcount": 9,
    "empcount": 10,
    "noofchildren": 11,
    "noofcenter": 12,
    "noofschool": 13,
    "noofemployee": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerWiseAllSummaryDash_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerWiseAllSummaryDash_Result>
    <Centlcount>7</Centlcount>
    <Enrlcount>9</Enrlcount>
    <centers>4</centers>
    <empcount>10</empcount>
    <enrollements>6</enrollements>
    <noofcenter>12</noofcenter>
    <noofchildren>11</noofchildren>
    <noofemployee>14</noofemployee>
    <noofschool>13</noofschool>
    <partnerid>sample string 2</partnerid>
    <partnername>sample string 3</partnername>
    <pgid>sample string 1</pgid>
    <schoollcount>8</schoollcount>
    <schools>5</schools>
  </GetPartnerWiseAllSummaryDash_Result>
  <GetPartnerWiseAllSummaryDash_Result>
    <Centlcount>7</Centlcount>
    <Enrlcount>9</Enrlcount>
    <centers>4</centers>
    <empcount>10</empcount>
    <enrollements>6</enrollements>
    <noofcenter>12</noofcenter>
    <noofchildren>11</noofchildren>
    <noofemployee>14</noofemployee>
    <noofschool>13</noofschool>
    <partnerid>sample string 2</partnerid>
    <partnername>sample string 3</partnername>
    <pgid>sample string 1</pgid>
    <schoollcount>8</schoollcount>
    <schools>5</schools>
  </GetPartnerWiseAllSummaryDash_Result>
</ArrayOfGetPartnerWiseAllSummaryDash_Result>