GET api/Student/DownloadStemAssessmentBaseLine/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadStemAssessmentBaseLine_ResultName | Description | Type | Additional 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. |
|
studentid | string |
None. |
|
studentname | string |
None. |
|
standard | string |
None. |
|
division | string |
None. |
|
batchid | string |
None. |
|
rollno | integer |
None. |
|
gender | string |
None. |
|
year | string |
None. |
|
exam | 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", "studentid": "sample string 11", "studentname": "sample string 12", "standard": "sample string 13", "division": "sample string 14", "batchid": "sample string 15", "rollno": 16, "gender": "sample string 17", "year": "sample string 18", "exam": "sample string 19" }, { "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", "studentid": "sample string 11", "studentname": "sample string 12", "standard": "sample string 13", "division": "sample string 14", "batchid": "sample string 15", "rollno": 16, "gender": "sample string 17", "year": "sample string 18", "exam": "sample string 19" } ]
application/xml, text/xml
Sample:
<ArrayOfDownloadStemAssessmentBaseLine_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <DownloadStemAssessmentBaseLine_Result> <batchid>sample string 15</batchid> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <division>sample string 14</division> <exam>sample string 19</exam> <gender>sample string 17</gender> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> <rollno>16</rollno> <schoolid>sample string 9</schoolid> <schoolname>sample string 10</schoolname> <standard>sample string 13</standard> <state>sample string 1</state> <studentid>sample string 11</studentid> <studentname>sample string 12</studentname> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> <year>sample string 18</year> </DownloadStemAssessmentBaseLine_Result> <DownloadStemAssessmentBaseLine_Result> <batchid>sample string 15</batchid> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <division>sample string 14</division> <exam>sample string 19</exam> <gender>sample string 17</gender> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> <rollno>16</rollno> <schoolid>sample string 9</schoolid> <schoolname>sample string 10</schoolname> <standard>sample string 13</standard> <state>sample string 1</state> <studentid>sample string 11</studentid> <studentname>sample string 12</studentname> <teamleaderid>sample string 5</teamleaderid> <tlname>sample string 6</tlname> <year>sample string 18</year> </DownloadStemAssessmentBaseLine_Result> </ArrayOfDownloadStemAssessmentBaseLine_Result>