GET api/Student/GetRptATALSCHMonthlyStudentDataCount/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptATALSCHMonthlyStudentDataCount_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
teamleaderid | string |
None. |
|
acyear | string |
None. |
|
TL | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
dropoutcount | integer |
None. |
|
newenrollcount | integer |
None. |
|
updateenrollcount | integer |
None. |
|
completedcount | integer |
None. |
|
deletedcount | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "teamleaderid": "sample string 3", "acyear": "sample string 4", "TL": "sample string 5", "centid": "sample string 6", "centname": "sample string 7", "schoolid": "sample string 8", "schoolname": "sample string 9", "dropoutcount": 10, "newenrollcount": 11, "updateenrollcount": 12, "completedcount": 13, "deletedcount": 14, "tRecordCount": 15 }, { "state": "sample string 1", "city": "sample string 2", "teamleaderid": "sample string 3", "acyear": "sample string 4", "TL": "sample string 5", "centid": "sample string 6", "centname": "sample string 7", "schoolid": "sample string 8", "schoolname": "sample string 9", "dropoutcount": 10, "newenrollcount": 11, "updateenrollcount": 12, "completedcount": 13, "deletedcount": 14, "tRecordCount": 15 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptATALSCHMonthlyStudentDataCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptATALSCHMonthlyStudentDataCount_Result> <TL>sample string 5</TL> <acyear>sample string 4</acyear> <centid>sample string 6</centid> <centname>sample string 7</centname> <city>sample string 2</city> <completedcount>13</completedcount> <deletedcount>14</deletedcount> <dropoutcount>10</dropoutcount> <newenrollcount>11</newenrollcount> <schoolid>sample string 8</schoolid> <schoolname>sample string 9</schoolname> <state>sample string 1</state> <tRecordCount>15</tRecordCount> <teamleaderid>sample string 3</teamleaderid> <updateenrollcount>12</updateenrollcount> </GetRptATALSCHMonthlyStudentDataCount_Result> <GetRptATALSCHMonthlyStudentDataCount_Result> <TL>sample string 5</TL> <acyear>sample string 4</acyear> <centid>sample string 6</centid> <centname>sample string 7</centname> <city>sample string 2</city> <completedcount>13</completedcount> <deletedcount>14</deletedcount> <dropoutcount>10</dropoutcount> <newenrollcount>11</newenrollcount> <schoolid>sample string 8</schoolid> <schoolname>sample string 9</schoolname> <state>sample string 1</state> <tRecordCount>15</tRecordCount> <teamleaderid>sample string 3</teamleaderid> <updateenrollcount>12</updateenrollcount> </GetRptATALSCHMonthlyStudentDataCount_Result> </ArrayOfGetRptATALSCHMonthlyStudentDataCount_Result>