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

string

None.

city

string

None.

centid

string

None.

centname

string

None.

studentid

string

None.

studentname

string

None.

batchid

string

None.

gender

string

None.

pincode

string

None.

nativeadd

string

None.

contactno

string

None.

jobseeker

string

None.

email

string

None.

acyear

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "studentid": "sample string 5",
    "studentname": "sample string 6",
    "batchid": "sample string 7",
    "gender": "sample string 8",
    "pincode": "sample string 9",
    "nativeadd": "sample string 10",
    "contactno": "sample string 11",
    "jobseeker": "sample string 12",
    "email": "sample string 13",
    "acyear": "sample string 14"
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "studentid": "sample string 5",
    "studentname": "sample string 6",
    "batchid": "sample string 7",
    "gender": "sample string 8",
    "pincode": "sample string 9",
    "nativeadd": "sample string 10",
    "contactno": "sample string 11",
    "jobseeker": "sample string 12",
    "email": "sample string 13",
    "acyear": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptStudentIdiLite_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptStudentIdiLite_Result>
    <acyear>sample string 14</acyear>
    <batchid>sample string 7</batchid>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 2</city>
    <contactno>sample string 11</contactno>
    <email>sample string 13</email>
    <gender>sample string 8</gender>
    <jobseeker>sample string 12</jobseeker>
    <nativeadd>sample string 10</nativeadd>
    <pincode>sample string 9</pincode>
    <state>sample string 1</state>
    <studentid>sample string 5</studentid>
    <studentname>sample string 6</studentname>
  </GetRptStudentIdiLite_Result>
  <GetRptStudentIdiLite_Result>
    <acyear>sample string 14</acyear>
    <batchid>sample string 7</batchid>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 2</city>
    <contactno>sample string 11</contactno>
    <email>sample string 13</email>
    <gender>sample string 8</gender>
    <jobseeker>sample string 12</jobseeker>
    <nativeadd>sample string 10</nativeadd>
    <pincode>sample string 9</pincode>
    <state>sample string 1</state>
    <studentid>sample string 5</studentid>
    <studentname>sample string 6</studentname>
  </GetRptStudentIdiLite_Result>
</ArrayOfGetRptStudentIdiLite_Result>