GET api/Student/GetStudentReportATAL/{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 GetRptStudentATAL_ResultName | Description | Type | Additional information |
---|---|---|---|
centid | string |
None. |
|
centname | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
medium | string |
None. |
|
standard | string |
None. |
|
division | string |
None. |
|
batchname | string |
None. |
|
aadharnumber | string |
None. |
|
onlycalling | string |
None. |
|
onlywhatsapp | string |
None. |
|
studentid | string |
None. |
|
fullname | string |
None. |
|
gender | string |
None. |
|
dob | date |
None. |
|
contactno | string |
None. |
|
formno | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "centid": "sample string 1", "centname": "sample string 2", "state": "sample string 3", "city": "sample string 4", "teamleaderid": "sample string 5", "tlname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "medium": "sample string 9", "standard": "sample string 10", "division": "sample string 11", "batchname": "sample string 12", "aadharnumber": "sample string 13", "onlycalling": "sample string 14", "onlywhatsapp": "sample string 15", "studentid": "sample string 16", "fullname": "sample string 17", "gender": "sample string 18", "dob": "2025-05-10T11:38:28.3313212+05:30", "contactno": "sample string 19", "formno": "sample string 20", "tRecordCount": 21 }, { "centid": "sample string 1", "centname": "sample string 2", "state": "sample string 3", "city": "sample string 4", "teamleaderid": "sample string 5", "tlname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "medium": "sample string 9", "standard": "sample string 10", "division": "sample string 11", "batchname": "sample string 12", "aadharnumber": "sample string 13", "onlycalling": "sample string 14", "onlywhatsapp": "sample string 15", "studentid": "sample string 16", "fullname": "sample string 17", "gender": "sample string 18", "dob": "2025-05-10T11:38:28.3313212+05:30", "contactno": "sample string 19", "formno": "sample string 20", "tRecordCount": 21 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptStudentATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptStudentATAL_Result> <aadharnumber>sample string 13</aadharnumber> <batchname>sample string 12</batchname> <centid>sample string 1</centid> <centname>sample string 2</centname> <city>sample string 4</city> <contactno>sample string 19</contactno> <division>sample string 11</division> <dob>2025-05-10T11:38:28.3313212+05:30</dob> <formno>sample string 20</formno> <fullname>sample string 17</fullname> <gender>sample string 18</gender> <medium>sample string 9</medium> <onlycalling>sample string 14</onlycalling> <onlywhatsapp>sample string 15</onlywhatsapp> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <standard>sample string 10</standard> <state>sample string 3</state> <studentid>sample string 16</studentid> <tRecordCount>21</tRecordCount> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> </GetRptStudentATAL_Result> <GetRptStudentATAL_Result> <aadharnumber>sample string 13</aadharnumber> <batchname>sample string 12</batchname> <centid>sample string 1</centid> <centname>sample string 2</centname> <city>sample string 4</city> <contactno>sample string 19</contactno> <division>sample string 11</division> <dob>2025-05-10T11:38:28.3313212+05:30</dob> <formno>sample string 20</formno> <fullname>sample string 17</fullname> <gender>sample string 18</gender> <medium>sample string 9</medium> <onlycalling>sample string 14</onlycalling> <onlywhatsapp>sample string 15</onlywhatsapp> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <standard>sample string 10</standard> <state>sample string 3</state> <studentid>sample string 16</studentid> <tRecordCount>21</tRecordCount> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> </GetRptStudentATAL_Result> </ArrayOfGetRptStudentATAL_Result>