GET api/Student/GetATALCompAssessment9/{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 GetATALCompAssessment9_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
centname | string |
None. |
|
exam | string |
None. |
|
year | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
totenroll | integer |
None. |
|
totappeared | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
OverviewComputers | integer |
None. |
|
Advancement | integer |
None. |
|
ProductProtection | integer |
None. |
|
Cyber | integer |
None. |
|
OperatingSystem | integer |
None. |
|
IdeasReality | integer |
None. |
|
OverviewATL | integer |
None. |
|
DesignThinking | integer |
None. |
|
ImplementDesign | integer |
None. |
|
ImplementComputational | integer |
None. |
|
Future | integer |
None. |
|
Learn | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "schoolid": "sample string 4", "schoolname": "sample string 5", "teamleaderid": "sample string 6", "tlname": "sample string 7", "centname": "sample string 8", "exam": "sample string 9", "year": "sample string 10", "partnerid": "sample string 11", "partnername": "sample string 12", "totenroll": 13, "totappeared": 14, "boys": 15, "girls": 16, "OverviewComputers": 17, "Advancement": 18, "ProductProtection": 19, "Cyber": 20, "OperatingSystem": 21, "IdeasReality": 22, "OverviewATL": 23, "DesignThinking": 24, "ImplementDesign": 25, "ImplementComputational": 26, "Future": 27, "Learn": 28, "tRecordCount": 1 }, { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "schoolid": "sample string 4", "schoolname": "sample string 5", "teamleaderid": "sample string 6", "tlname": "sample string 7", "centname": "sample string 8", "exam": "sample string 9", "year": "sample string 10", "partnerid": "sample string 11", "partnername": "sample string 12", "totenroll": 13, "totappeared": 14, "boys": 15, "girls": 16, "OverviewComputers": 17, "Advancement": 18, "ProductProtection": 19, "Cyber": 20, "OperatingSystem": 21, "IdeasReality": 22, "OverviewATL": 23, "DesignThinking": 24, "ImplementDesign": 25, "ImplementComputational": 26, "Future": 27, "Learn": 28, "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetATALCompAssessment9_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetATALCompAssessment9_Result> <Advancement>18</Advancement> <Cyber>20</Cyber> <DesignThinking>24</DesignThinking> <Future>27</Future> <IdeasReality>22</IdeasReality> <ImplementComputational>26</ImplementComputational> <ImplementDesign>25</ImplementDesign> <Learn>28</Learn> <OperatingSystem>21</OperatingSystem> <OverviewATL>23</OverviewATL> <OverviewComputers>17</OverviewComputers> <ProductProtection>19</ProductProtection> <boys>15</boys> <centid>sample string 3</centid> <centname>sample string 8</centname> <city>sample string 2</city> <exam>sample string 9</exam> <girls>16</girls> <partnerid>sample string 11</partnerid> <partnername>sample string 12</partnername> <schoolid>sample string 4</schoolid> <schoolname>sample string 5</schoolname> <state>sample string 1</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 6</teamleaderid> <tlname>sample string 7</tlname> <totappeared>14</totappeared> <totenroll>13</totenroll> <year>sample string 10</year> </GetATALCompAssessment9_Result> <GetATALCompAssessment9_Result> <Advancement>18</Advancement> <Cyber>20</Cyber> <DesignThinking>24</DesignThinking> <Future>27</Future> <IdeasReality>22</IdeasReality> <ImplementComputational>26</ImplementComputational> <ImplementDesign>25</ImplementDesign> <Learn>28</Learn> <OperatingSystem>21</OperatingSystem> <OverviewATL>23</OverviewATL> <OverviewComputers>17</OverviewComputers> <ProductProtection>19</ProductProtection> <boys>15</boys> <centid>sample string 3</centid> <centname>sample string 8</centname> <city>sample string 2</city> <exam>sample string 9</exam> <girls>16</girls> <partnerid>sample string 11</partnerid> <partnername>sample string 12</partnername> <schoolid>sample string 4</schoolid> <schoolname>sample string 5</schoolname> <state>sample string 1</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 6</teamleaderid> <tlname>sample string 7</tlname> <totappeared>14</totappeared> <totenroll>13</totenroll> <year>sample string 10</year> </GetATALCompAssessment9_Result> </ArrayOfGetATALCompAssessment9_Result>