GET api/Student/GetPartnerWiseAllSummaryDash/{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 GetPartnerWiseAllSummaryDash_Result| Name | Description | Type | Additional 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. |
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
},
{
"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
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerWiseAllSummaryDash_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPartner_Live.Models">
<GetPartnerWiseAllSummaryDash_Result>
<Centlcount>7</Centlcount>
<Enrlcount>9</Enrlcount>
<centers>4</centers>
<empcount>10</empcount>
<enrollements>6</enrollements>
<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>
<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>