GET api/Center/GetPracticalGamekraftWebL2/{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 GetPracticalGamekraftWebL2_ResultName | Description | Type | Additional information |
---|---|---|---|
standard | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
medium | string |
None. |
|
course | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
centname | string |
None. |
|
examtype | string |
None. |
|
academicyear | string |
None. |
|
semester | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
totenroll | integer |
None. |
|
totappeared | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
totabsent | integer |
None. |
|
totpresent | integer |
None. |
|
pabs | integer |
None. |
|
pna | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "standard": "sample string 1", "state": "sample string 2", "city": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "schoolname": "sample string 6", "medium": "sample string 7", "course": "sample string 8", "teamleaderid": "sample string 9", "tlname": "sample string 10", "centname": "sample string 11", "examtype": "sample string 12", "academicyear": "sample string 13", "semester": "sample string 14", "partnerid": "sample string 15", "partnername": "sample string 16", "totenroll": 17, "totappeared": 18, "boys": 19, "girls": 20, "totabsent": 21, "totpresent": 22, "pabs": 23, "pna": 24, "c1": 25, "c2": 26 }, { "standard": "sample string 1", "state": "sample string 2", "city": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "schoolname": "sample string 6", "medium": "sample string 7", "course": "sample string 8", "teamleaderid": "sample string 9", "tlname": "sample string 10", "centname": "sample string 11", "examtype": "sample string 12", "academicyear": "sample string 13", "semester": "sample string 14", "partnerid": "sample string 15", "partnername": "sample string 16", "totenroll": 17, "totappeared": 18, "boys": 19, "girls": 20, "totabsent": 21, "totpresent": 22, "pabs": 23, "pna": 24, "c1": 25, "c2": 26 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPracticalGamekraftWebL2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPracticalGamekraftWebL2_Result> <academicyear>sample string 13</academicyear> <boys>19</boys> <c1>25</c1> <c2>26</c2> <centid>sample string 4</centid> <centname>sample string 11</centname> <city>sample string 3</city> <course>sample string 8</course> <examtype>sample string 12</examtype> <girls>20</girls> <medium>sample string 7</medium> <pabs>23</pabs> <partnerid>sample string 15</partnerid> <partnername>sample string 16</partnername> <pna>24</pna> <schoolid>sample string 5</schoolid> <schoolname>sample string 6</schoolname> <semester>sample string 14</semester> <standard>sample string 1</standard> <state>sample string 2</state> <teamleaderid>sample string 9</teamleaderid> <tlname>sample string 10</tlname> <totabsent>21</totabsent> <totappeared>18</totappeared> <totenroll>17</totenroll> <totpresent>22</totpresent> </GetPracticalGamekraftWebL2_Result> <GetPracticalGamekraftWebL2_Result> <academicyear>sample string 13</academicyear> <boys>19</boys> <c1>25</c1> <c2>26</c2> <centid>sample string 4</centid> <centname>sample string 11</centname> <city>sample string 3</city> <course>sample string 8</course> <examtype>sample string 12</examtype> <girls>20</girls> <medium>sample string 7</medium> <pabs>23</pabs> <partnerid>sample string 15</partnerid> <partnername>sample string 16</partnername> <pna>24</pna> <schoolid>sample string 5</schoolid> <schoolname>sample string 6</schoolname> <semester>sample string 14</semester> <standard>sample string 1</standard> <state>sample string 2</state> <teamleaderid>sample string 9</teamleaderid> <tlname>sample string 10</tlname> <totabsent>21</totabsent> <totappeared>18</totappeared> <totenroll>17</totenroll> <totpresent>22</totpresent> </GetPracticalGamekraftWebL2_Result> </ArrayOfGetPracticalGamekraftWebL2_Result>