GET api/Student/GetStudentListDS/{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 GetStudentListDS_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. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| centid1 | 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",
"state": "sample string 8",
"district": "sample string 9",
"centid1": "sample string 10",
"schoolid": "sample string 11",
"schoolname": "sample string 12",
"medium": "sample string 13",
"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",
"state": "sample string 8",
"district": "sample string 9",
"centid1": "sample string 10",
"schoolid": "sample string 11",
"schoolname": "sample string 12",
"medium": "sample string 13",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetStudentListDS_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetStudentListDS_Result>
<batchid>sample string 3</batchid>
<centid>sample string 7</centid>
<centid1>sample string 10</centid1>
<centname>sample string 6</centname>
<district>sample string 9</district>
<division>sample string 5</division>
<fullname>sample string 2</fullname>
<medium>sample string 13</medium>
<rollno>1</rollno>
<schoolid>sample string 11</schoolid>
<schoolname>sample string 12</schoolname>
<standard>sample string 4</standard>
<state>sample string 8</state>
<studentid>sample string 1</studentid>
<tRecordCount>1</tRecordCount>
</GetStudentListDS_Result>
<GetStudentListDS_Result>
<batchid>sample string 3</batchid>
<centid>sample string 7</centid>
<centid1>sample string 10</centid1>
<centname>sample string 6</centname>
<district>sample string 9</district>
<division>sample string 5</division>
<fullname>sample string 2</fullname>
<medium>sample string 13</medium>
<rollno>1</rollno>
<schoolid>sample string 11</schoolid>
<schoolname>sample string 12</schoolname>
<standard>sample string 4</standard>
<state>sample string 8</state>
<studentid>sample string 1</studentid>
<tRecordCount>1</tRecordCount>
</GetStudentListDS_Result>
</ArrayOfGetStudentListDS_Result>