GET api/Student/GetIVDPTeacherList/{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 GetIVDPTeacherList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| itechid | string |
None. |
|
| centermode | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| cluster | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| teachername | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"itechid": "sample string 1",
"centermode": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"cluster": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"teachername": "sample string 8"
},
{
"itechid": "sample string 1",
"centermode": "sample string 2",
"state": "sample string 3",
"city": "sample string 4",
"cluster": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"teachername": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetIVDPTeacherList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetIVDPTeacherList_Result>
<centermode>sample string 2</centermode>
<city>sample string 4</city>
<cluster>sample string 5</cluster>
<itechid>sample string 1</itechid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<state>sample string 3</state>
<teachername>sample string 8</teachername>
</GetIVDPTeacherList_Result>
<GetIVDPTeacherList_Result>
<centermode>sample string 2</centermode>
<city>sample string 4</city>
<cluster>sample string 5</cluster>
<itechid>sample string 1</itechid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<state>sample string 3</state>
<teachername>sample string 8</teachername>
</GetIVDPTeacherList_Result>
</ArrayOfGetIVDPTeacherList_Result>