GET api/Center/GetEnglishCompentancyStudentwiselevel1report/{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 GetEnglishCompentancyStudentwiselevel1report_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
type | string |
None. |
|
examtype | string |
None. |
|
academicyear | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
tlid | string |
None. |
|
tlname | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
medium | string |
None. |
|
standard | string |
None. |
|
studentid | string |
None. |
|
studentname | string |
None. |
|
C1 | integer |
None. |
|
C2 | integer |
None. |
|
C3 | integer |
None. |
|
C4 | integer |
None. |
|
C5 | integer |
None. |
|
C6 | integer |
None. |
|
C7 | integer |
None. |
|
absent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "type": "sample string 3", "examtype": "sample string 4", "academicyear": "sample string 5", "partnerid": "sample string 6", "partnername": "sample string 7", "tlid": "sample string 8", "tlname": "sample string 9", "centid": "sample string 10", "centname": "sample string 11", "schoolid": "sample string 12", "schoolname": "sample string 13", "medium": "sample string 14", "standard": "sample string 15", "studentid": "sample string 16", "studentname": "sample string 17", "C1": 1, "C2": 1, "C3": 1, "C4": 1, "C5": 1, "C6": 1, "C7": 1, "absent": 1 }, { "state": "sample string 1", "city": "sample string 2", "type": "sample string 3", "examtype": "sample string 4", "academicyear": "sample string 5", "partnerid": "sample string 6", "partnername": "sample string 7", "tlid": "sample string 8", "tlname": "sample string 9", "centid": "sample string 10", "centname": "sample string 11", "schoolid": "sample string 12", "schoolname": "sample string 13", "medium": "sample string 14", "standard": "sample string 15", "studentid": "sample string 16", "studentname": "sample string 17", "C1": 1, "C2": 1, "C3": 1, "C4": 1, "C5": 1, "C6": 1, "C7": 1, "absent": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishCompentancyStudentwiselevel1report_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetEnglishCompentancyStudentwiselevel1report_Result> <C1>1</C1> <C2>1</C2> <C3>1</C3> <C4>1</C4> <C5>1</C5> <C6>1</C6> <C7>1</C7> <absent>1</absent> <academicyear>sample string 5</academicyear> <centid>sample string 10</centid> <centname>sample string 11</centname> <city>sample string 2</city> <examtype>sample string 4</examtype> <medium>sample string 14</medium> <partnerid>sample string 6</partnerid> <partnername>sample string 7</partnername> <schoolid>sample string 12</schoolid> <schoolname>sample string 13</schoolname> <standard>sample string 15</standard> <state>sample string 1</state> <studentid>sample string 16</studentid> <studentname>sample string 17</studentname> <tlid>sample string 8</tlid> <tlname>sample string 9</tlname> <type>sample string 3</type> </GetEnglishCompentancyStudentwiselevel1report_Result> <GetEnglishCompentancyStudentwiselevel1report_Result> <C1>1</C1> <C2>1</C2> <C3>1</C3> <C4>1</C4> <C5>1</C5> <C6>1</C6> <C7>1</C7> <absent>1</absent> <academicyear>sample string 5</academicyear> <centid>sample string 10</centid> <centname>sample string 11</centname> <city>sample string 2</city> <examtype>sample string 4</examtype> <medium>sample string 14</medium> <partnerid>sample string 6</partnerid> <partnername>sample string 7</partnername> <schoolid>sample string 12</schoolid> <schoolname>sample string 13</schoolname> <standard>sample string 15</standard> <state>sample string 1</state> <studentid>sample string 16</studentid> <studentname>sample string 17</studentname> <tlid>sample string 8</tlid> <tlname>sample string 9</tlname> <type>sample string 3</type> </GetEnglishCompentancyStudentwiselevel1report_Result> </ArrayOfGetEnglishCompentancyStudentwiselevel1report_Result>