GET api/Student/GetStudentListATAL/{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 GetStudentListATAL_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| studentid | string |
None. |
|
| fullname | string |
None. |
|
| batchid | string |
None. |
|
| rollno | integer |
None. |
|
| standard | string |
None. |
|
| division | string |
None. |
|
| centname | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"studentid": "sample string 1",
"fullname": "sample string 2",
"batchid": "sample string 3",
"rollno": 1,
"standard": "sample string 4",
"division": "sample string 5",
"centname": "sample string 6",
"centid": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"medium": "sample string 10",
"tRecordCount": 1
},
{
"studentid": "sample string 1",
"fullname": "sample string 2",
"batchid": "sample string 3",
"rollno": 1,
"standard": "sample string 4",
"division": "sample string 5",
"centname": "sample string 6",
"centid": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"medium": "sample string 10",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetStudentListATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetStudentListATAL_Result>
<batchid>sample string 3</batchid>
<centid>sample string 7</centid>
<centname>sample string 6</centname>
<division>sample string 5</division>
<fullname>sample string 2</fullname>
<medium>sample string 10</medium>
<rollno>1</rollno>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<standard>sample string 4</standard>
<studentid>sample string 1</studentid>
<tRecordCount>1</tRecordCount>
</GetStudentListATAL_Result>
<GetStudentListATAL_Result>
<batchid>sample string 3</batchid>
<centid>sample string 7</centid>
<centname>sample string 6</centname>
<division>sample string 5</division>
<fullname>sample string 2</fullname>
<medium>sample string 10</medium>
<rollno>1</rollno>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<standard>sample string 4</standard>
<studentid>sample string 1</studentid>
<tRecordCount>1</tRecordCount>
</GetStudentListATAL_Result>
</ArrayOfGetStudentListATAL_Result>