GET api/Student/GetMyEschoolTeacherList/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetMyEschoolTeacherList_Result
NameDescriptionTypeAdditional information
mytechid

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:
[
  {
    "mytechid": "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"
  },
  {
    "mytechid": "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:
<ArrayOfGetMyEschoolTeacherList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMyEschoolTeacherList_Result>
    <centermode>sample string 2</centermode>
    <city>sample string 4</city>
    <cluster>sample string 5</cluster>
    <mytechid>sample string 1</mytechid>
    <schoolid>sample string 6</schoolid>
    <schoolname>sample string 7</schoolname>
    <state>sample string 3</state>
    <teachername>sample string 8</teachername>
  </GetMyEschoolTeacherList_Result>
  <GetMyEschoolTeacherList_Result>
    <centermode>sample string 2</centermode>
    <city>sample string 4</city>
    <cluster>sample string 5</cluster>
    <mytechid>sample string 1</mytechid>
    <schoolid>sample string 6</schoolid>
    <schoolname>sample string 7</schoolname>
    <state>sample string 3</state>
    <teachername>sample string 8</teachername>
  </GetMyEschoolTeacherList_Result>
</ArrayOfGetMyEschoolTeacherList_Result>