GET api/JankariPortal/GetPartnerWiseAllSummaryDashIDIAssociate/{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 GetPartnerWiseAllSummaryDashIDIAssociate_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| centers | integer |
None. |
|
| schools | integer |
None. |
|
| toonboard | integer |
None. |
|
| enrollements | integer |
None. |
|
| giditalclassroomno | 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. |
|
| plandigitalclassroom | 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,
"toonboard": 6,
"enrollements": 7,
"giditalclassroomno": 8,
"Centlcount": 9,
"schoollcount": 10,
"Enrlcount": 11,
"empcount": 12,
"noofchildren": 13,
"noofcenter": 14,
"noofschool": 15,
"noofemployee": 16,
"plandigitalclassroom": 17
},
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"partnername": "sample string 3",
"centers": 4,
"schools": 5,
"toonboard": 6,
"enrollements": 7,
"giditalclassroomno": 8,
"Centlcount": 9,
"schoollcount": 10,
"Enrlcount": 11,
"empcount": 12,
"noofchildren": 13,
"noofcenter": 14,
"noofschool": 15,
"noofemployee": 16,
"plandigitalclassroom": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerWiseAllSummaryDashIDIAssociate_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerWiseAllSummaryDashIDIAssociate_Result>
<Centlcount>9</Centlcount>
<Enrlcount>11</Enrlcount>
<centers>4</centers>
<empcount>12</empcount>
<enrollements>7</enrollements>
<giditalclassroomno>8</giditalclassroomno>
<noofcenter>14</noofcenter>
<noofchildren>13</noofchildren>
<noofemployee>16</noofemployee>
<noofschool>15</noofschool>
<partnerid>sample string 2</partnerid>
<partnername>sample string 3</partnername>
<pgid>sample string 1</pgid>
<plandigitalclassroom>17</plandigitalclassroom>
<schoollcount>10</schoollcount>
<schools>5</schools>
<toonboard>6</toonboard>
</GetPartnerWiseAllSummaryDashIDIAssociate_Result>
<GetPartnerWiseAllSummaryDashIDIAssociate_Result>
<Centlcount>9</Centlcount>
<Enrlcount>11</Enrlcount>
<centers>4</centers>
<empcount>12</empcount>
<enrollements>7</enrollements>
<giditalclassroomno>8</giditalclassroomno>
<noofcenter>14</noofcenter>
<noofchildren>13</noofchildren>
<noofemployee>16</noofemployee>
<noofschool>15</noofschool>
<partnerid>sample string 2</partnerid>
<partnername>sample string 3</partnername>
<pgid>sample string 1</pgid>
<plandigitalclassroom>17</plandigitalclassroom>
<schoollcount>10</schoollcount>
<schools>5</schools>
<toonboard>6</toonboard>
</GetPartnerWiseAllSummaryDashIDIAssociate_Result>
</ArrayOfGetPartnerWiseAllSummaryDashIDIAssociate_Result>