GET api/Student/GetIVDPStudentList/{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 GetIVDPStudentList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| standard | string |
None. |
|
| schoolname | string |
None. |
|
| schoolid | string |
None. |
|
| centname | string |
None. |
|
| centid | string |
None. |
|
| fellowname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"studentid": "sample string 1",
"studentname": "sample string 2",
"standard": "sample string 3",
"schoolname": "sample string 4",
"schoolid": "sample string 5",
"centname": "sample string 6",
"centid": "sample string 7",
"fellowname": "sample string 8"
},
{
"studentid": "sample string 1",
"studentname": "sample string 2",
"standard": "sample string 3",
"schoolname": "sample string 4",
"schoolid": "sample string 5",
"centname": "sample string 6",
"centid": "sample string 7",
"fellowname": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetIVDPStudentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetIVDPStudentList_Result>
<centid>sample string 7</centid>
<centname>sample string 6</centname>
<fellowname>sample string 8</fellowname>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 4</schoolname>
<standard>sample string 3</standard>
<studentid>sample string 1</studentid>
<studentname>sample string 2</studentname>
</GetIVDPStudentList_Result>
<GetIVDPStudentList_Result>
<centid>sample string 7</centid>
<centname>sample string 6</centname>
<fellowname>sample string 8</fellowname>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 4</schoolname>
<standard>sample string 3</standard>
<studentid>sample string 1</studentid>
<studentname>sample string 2</studentname>
</GetIVDPStudentList_Result>
</ArrayOfGetIVDPStudentList_Result>