GET api/Student/GetIVDPSchoolStudent/{schoolid}/{standard}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolid

string

Required

standard

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetIVDPSchoolStudent_Result
NameDescriptionTypeAdditional information
studentid

string

None.

studentname

string

None.

standard

string

None.

schoolname

string

None.

fellowname

string

None.

schooladdress

string

None.

nativeadd

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",
    "fellowname": "sample string 5",
    "schooladdress": "sample string 6",
    "nativeadd": "sample string 7"
  },
  {
    "studentid": "sample string 1",
    "studentname": "sample string 2",
    "standard": "sample string 3",
    "schoolname": "sample string 4",
    "fellowname": "sample string 5",
    "schooladdress": "sample string 6",
    "nativeadd": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetIVDPSchoolStudent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetIVDPSchoolStudent_Result>
    <fellowname>sample string 5</fellowname>
    <nativeadd>sample string 7</nativeadd>
    <schooladdress>sample string 6</schooladdress>
    <schoolname>sample string 4</schoolname>
    <standard>sample string 3</standard>
    <studentid>sample string 1</studentid>
    <studentname>sample string 2</studentname>
  </GetIVDPSchoolStudent_Result>
  <GetIVDPSchoolStudent_Result>
    <fellowname>sample string 5</fellowname>
    <nativeadd>sample string 7</nativeadd>
    <schooladdress>sample string 6</schooladdress>
    <schoolname>sample string 4</schoolname>
    <standard>sample string 3</standard>
    <studentid>sample string 1</studentid>
    <studentname>sample string 2</studentname>
  </GetIVDPSchoolStudent_Result>
</ArrayOfGetIVDPSchoolStudent_Result>