GET api/Student/GetATALCompAssessment11/{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 GetATALCompAssessment11_Result| Name | 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. |
|
| CyberWellness1 | integer |
None. |
|
| CyberWellness2 | integer |
None. |
|
| IdeasReality | integer |
None. |
|
| OverviewATL | integer |
None. |
|
| Introduction | integer |
None. |
|
| DesignThinking | integer |
None. |
|
| ImpDesignThinking | integer |
None. |
|
| ImpCompThinking | integer |
None. |
|
| BasicsCoding | integer |
None. |
|
| DPrinters | 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,
"CyberWellness1": 17,
"CyberWellness2": 18,
"IdeasReality": 19,
"OverviewATL": 20,
"Introduction": 21,
"DesignThinking": 22,
"ImpDesignThinking": 23,
"ImpCompThinking": 24,
"BasicsCoding": 25,
"DPrinters": 26,
"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,
"CyberWellness1": 17,
"CyberWellness2": 18,
"IdeasReality": 19,
"OverviewATL": 20,
"Introduction": 21,
"DesignThinking": 22,
"ImpDesignThinking": 23,
"ImpCompThinking": 24,
"BasicsCoding": 25,
"DPrinters": 26,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetATALCompAssessment11_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetATALCompAssessment11_Result>
<BasicsCoding>25</BasicsCoding>
<CyberWellness1>17</CyberWellness1>
<CyberWellness2>18</CyberWellness2>
<DPrinters>26</DPrinters>
<DesignThinking>22</DesignThinking>
<IdeasReality>19</IdeasReality>
<ImpCompThinking>24</ImpCompThinking>
<ImpDesignThinking>23</ImpDesignThinking>
<Introduction>21</Introduction>
<OverviewATL>20</OverviewATL>
<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>
</GetATALCompAssessment11_Result>
<GetATALCompAssessment11_Result>
<BasicsCoding>25</BasicsCoding>
<CyberWellness1>17</CyberWellness1>
<CyberWellness2>18</CyberWellness2>
<DPrinters>26</DPrinters>
<DesignThinking>22</DesignThinking>
<IdeasReality>19</IdeasReality>
<ImpCompThinking>24</ImpCompThinking>
<ImpDesignThinking>23</ImpDesignThinking>
<Introduction>21</Introduction>
<OverviewATL>20</OverviewATL>
<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>
</GetATALCompAssessment11_Result>
</ArrayOfGetATALCompAssessment11_Result>