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

string

None.

city

string

None.

partnerid

string

None.

partnername

string

None.

teamleaderid

string

None.

tlname

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

medium

string

None.

standard

integer

None.

division

string

None.

rollno

integer

None.

batchid

string

None.

studentid

string

None.

studname

string

None.

gender

string

None.

examtype

string

None.

lang0

integer

None.

langbeginner

integer

None.

basic

integer

None.

intermediate

integer

None.

advance

integer

None.

totmarks

integer

None.

absent

integer

None.

grade

string

None.

year

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": 1,
    "division": "sample string 12",
    "rollno": 1,
    "batchid": "sample string 13",
    "studentid": "sample string 14",
    "studname": "sample string 15",
    "gender": "sample string 16",
    "examtype": "sample string 17",
    "lang0": 18,
    "langbeginner": 19,
    "basic": 20,
    "intermediate": 21,
    "advance": 22,
    "totmarks": 1,
    "absent": 1,
    "grade": "sample string 23",
    "year": "sample string 24"
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": 1,
    "division": "sample string 12",
    "rollno": 1,
    "batchid": "sample string 13",
    "studentid": "sample string 14",
    "studname": "sample string 15",
    "gender": "sample string 16",
    "examtype": "sample string 17",
    "lang0": 18,
    "langbeginner": 19,
    "basic": 20,
    "intermediate": 21,
    "advance": 22,
    "totmarks": 1,
    "absent": 1,
    "grade": "sample string 23",
    "year": "sample string 24"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptIVDPSTEMAssementStudentLevel_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptIVDPSTEMAssementStudentLevel_Result>
    <absent>1</absent>
    <advance>22</advance>
    <basic>20</basic>
    <batchid>sample string 13</batchid>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <division>sample string 12</division>
    <examtype>sample string 17</examtype>
    <gender>sample string 16</gender>
    <grade>sample string 23</grade>
    <intermediate>21</intermediate>
    <lang0>18</lang0>
    <langbeginner>19</langbeginner>
    <medium>sample string 11</medium>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <rollno>1</rollno>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <standard>1</standard>
    <state>sample string 1</state>
    <studentid>sample string 14</studentid>
    <studname>sample string 15</studname>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
    <totmarks>1</totmarks>
    <year>sample string 24</year>
  </GetRptIVDPSTEMAssementStudentLevel_Result>
  <GetRptIVDPSTEMAssementStudentLevel_Result>
    <absent>1</absent>
    <advance>22</advance>
    <basic>20</basic>
    <batchid>sample string 13</batchid>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <division>sample string 12</division>
    <examtype>sample string 17</examtype>
    <gender>sample string 16</gender>
    <grade>sample string 23</grade>
    <intermediate>21</intermediate>
    <lang0>18</lang0>
    <langbeginner>19</langbeginner>
    <medium>sample string 11</medium>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <rollno>1</rollno>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <standard>1</standard>
    <state>sample string 1</state>
    <studentid>sample string 14</studentid>
    <studname>sample string 15</studname>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
    <totmarks>1</totmarks>
    <year>sample string 24</year>
  </GetRptIVDPSTEMAssementStudentLevel_Result>
</ArrayOfGetRptIVDPSTEMAssementStudentLevel_Result>