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. |
|
| totregistration | 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,
"totregistration": 6,
"toonboard": 7,
"enrollements": 8,
"giditalclassroomno": 9,
"Centlcount": 10,
"schoollcount": 11,
"Enrlcount": 12,
"empcount": 13,
"noofchildren": 14,
"noofcenter": 15,
"noofschool": 16,
"noofemployee": 17,
"plandigitalclassroom": 18
},
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"partnername": "sample string 3",
"centers": 4,
"schools": 5,
"totregistration": 6,
"toonboard": 7,
"enrollements": 8,
"giditalclassroomno": 9,
"Centlcount": 10,
"schoollcount": 11,
"Enrlcount": 12,
"empcount": 13,
"noofchildren": 14,
"noofcenter": 15,
"noofschool": 16,
"noofemployee": 17,
"plandigitalclassroom": 18
}
]
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>10</Centlcount>
<Enrlcount>12</Enrlcount>
<centers>4</centers>
<empcount>13</empcount>
<enrollements>8</enrollements>
<giditalclassroomno>9</giditalclassroomno>
<noofcenter>15</noofcenter>
<noofchildren>14</noofchildren>
<noofemployee>17</noofemployee>
<noofschool>16</noofschool>
<partnerid>sample string 2</partnerid>
<partnername>sample string 3</partnername>
<pgid>sample string 1</pgid>
<plandigitalclassroom>18</plandigitalclassroom>
<schoollcount>11</schoollcount>
<schools>5</schools>
<toonboard>7</toonboard>
<totregistration>6</totregistration>
</GetPartnerWiseAllSummaryDashIDIAssociate_Result>
<GetPartnerWiseAllSummaryDashIDIAssociate_Result>
<Centlcount>10</Centlcount>
<Enrlcount>12</Enrlcount>
<centers>4</centers>
<empcount>13</empcount>
<enrollements>8</enrollements>
<giditalclassroomno>9</giditalclassroomno>
<noofcenter>15</noofcenter>
<noofchildren>14</noofchildren>
<noofemployee>17</noofemployee>
<noofschool>16</noofschool>
<partnerid>sample string 2</partnerid>
<partnername>sample string 3</partnername>
<pgid>sample string 1</pgid>
<plandigitalclassroom>18</plandigitalclassroom>
<schoollcount>11</schoollcount>
<schools>5</schools>
<toonboard>7</toonboard>
<totregistration>6</totregistration>
</GetPartnerWiseAllSummaryDashIDIAssociate_Result>
</ArrayOfGetPartnerWiseAllSummaryDashIDIAssociate_Result>