GET api/Student/GetIVDPStudentList/{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 GetIVDPStudentList_Result
NameDescriptionTypeAdditional information
state

string

None.

district

string

None.

city

string

None.

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:
[
  {
    "state": "sample string 1",
    "district": "sample string 2",
    "city": "sample string 3",
    "studentid": "sample string 4",
    "studentname": "sample string 5",
    "standard": "sample string 6",
    "schoolname": "sample string 7",
    "schoolid": "sample string 8",
    "centname": "sample string 9",
    "centid": "sample string 10",
    "fellowname": "sample string 11"
  },
  {
    "state": "sample string 1",
    "district": "sample string 2",
    "city": "sample string 3",
    "studentid": "sample string 4",
    "studentname": "sample string 5",
    "standard": "sample string 6",
    "schoolname": "sample string 7",
    "schoolid": "sample string 8",
    "centname": "sample string 9",
    "centid": "sample string 10",
    "fellowname": "sample string 11"
  }
]

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 10</centid>
    <centname>sample string 9</centname>
    <city>sample string 3</city>
    <district>sample string 2</district>
    <fellowname>sample string 11</fellowname>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 7</schoolname>
    <standard>sample string 6</standard>
    <state>sample string 1</state>
    <studentid>sample string 4</studentid>
    <studentname>sample string 5</studentname>
  </GetIVDPStudentList_Result>
  <GetIVDPStudentList_Result>
    <centid>sample string 10</centid>
    <centname>sample string 9</centname>
    <city>sample string 3</city>
    <district>sample string 2</district>
    <fellowname>sample string 11</fellowname>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 7</schoolname>
    <standard>sample string 6</standard>
    <state>sample string 1</state>
    <studentid>sample string 4</studentid>
    <studentname>sample string 5</studentname>
  </GetIVDPStudentList_Result>
</ArrayOfGetIVDPStudentList_Result>