GET api/Student/GetCALCompAssessmentFinal6/{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 GetCALCompAssessmentFinal6_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. |
|
| totappeared | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| OverviewsofComputerBeginnerLevel | integer |
None. |
|
| ImageVariationBeginnerLevel | integer |
None. |
|
| SlideMakingBeginnerLevel | integer |
None. |
|
| UsingSpreadsheetBeginnerLevel | integer |
None. |
|
| CyberSecuritiesBeginnerLevel | integer |
None. |
|
| OverviewofComputerBasicLevel | integer |
None. |
|
| DocumentConstructionIntermediateLevel | integer |
None. |
|
| SlideDevelopingIntermediateLevel | integer |
None. |
|
| DataEntryandProcessingIntermediateLevel | integer |
None. |
|
| CyberSecuritiesIntermediateLevel | integer |
None. |
|
| InternetIntermediateLevel | integer |
None. |
|
| DocumentconstructionAdvanceLevel | integer |
None. |
|
| SlideDevelopingAdvanceLevel | integer |
None. |
|
| DataEntryProcessingAdvanceLevel | 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",
"totappeared": 13,
"boys": 14,
"girls": 15,
"OverviewsofComputerBeginnerLevel": 16,
"ImageVariationBeginnerLevel": 17,
"SlideMakingBeginnerLevel": 18,
"UsingSpreadsheetBeginnerLevel": 19,
"CyberSecuritiesBeginnerLevel": 20,
"OverviewofComputerBasicLevel": 21,
"DocumentConstructionIntermediateLevel": 22,
"SlideDevelopingIntermediateLevel": 23,
"DataEntryandProcessingIntermediateLevel": 24,
"CyberSecuritiesIntermediateLevel": 25,
"InternetIntermediateLevel": 26,
"DocumentconstructionAdvanceLevel": 27,
"SlideDevelopingAdvanceLevel": 28,
"DataEntryProcessingAdvanceLevel": 29,
"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",
"totappeared": 13,
"boys": 14,
"girls": 15,
"OverviewsofComputerBeginnerLevel": 16,
"ImageVariationBeginnerLevel": 17,
"SlideMakingBeginnerLevel": 18,
"UsingSpreadsheetBeginnerLevel": 19,
"CyberSecuritiesBeginnerLevel": 20,
"OverviewofComputerBasicLevel": 21,
"DocumentConstructionIntermediateLevel": 22,
"SlideDevelopingIntermediateLevel": 23,
"DataEntryandProcessingIntermediateLevel": 24,
"CyberSecuritiesIntermediateLevel": 25,
"InternetIntermediateLevel": 26,
"DocumentconstructionAdvanceLevel": 27,
"SlideDevelopingAdvanceLevel": 28,
"DataEntryProcessingAdvanceLevel": 29,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALCompAssessmentFinal6_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALCompAssessmentFinal6_Result>
<CyberSecuritiesBeginnerLevel>20</CyberSecuritiesBeginnerLevel>
<CyberSecuritiesIntermediateLevel>25</CyberSecuritiesIntermediateLevel>
<DataEntryProcessingAdvanceLevel>29</DataEntryProcessingAdvanceLevel>
<DataEntryandProcessingIntermediateLevel>24</DataEntryandProcessingIntermediateLevel>
<DocumentConstructionIntermediateLevel>22</DocumentConstructionIntermediateLevel>
<DocumentconstructionAdvanceLevel>27</DocumentconstructionAdvanceLevel>
<ImageVariationBeginnerLevel>17</ImageVariationBeginnerLevel>
<InternetIntermediateLevel>26</InternetIntermediateLevel>
<OverviewofComputerBasicLevel>21</OverviewofComputerBasicLevel>
<OverviewsofComputerBeginnerLevel>16</OverviewsofComputerBeginnerLevel>
<SlideDevelopingAdvanceLevel>28</SlideDevelopingAdvanceLevel>
<SlideDevelopingIntermediateLevel>23</SlideDevelopingIntermediateLevel>
<SlideMakingBeginnerLevel>18</SlideMakingBeginnerLevel>
<UsingSpreadsheetBeginnerLevel>19</UsingSpreadsheetBeginnerLevel>
<boys>14</boys>
<centid>sample string 3</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<exam>sample string 9</exam>
<girls>15</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>13</totappeared>
<year>sample string 10</year>
</GetCALCompAssessmentFinal6_Result>
<GetCALCompAssessmentFinal6_Result>
<CyberSecuritiesBeginnerLevel>20</CyberSecuritiesBeginnerLevel>
<CyberSecuritiesIntermediateLevel>25</CyberSecuritiesIntermediateLevel>
<DataEntryProcessingAdvanceLevel>29</DataEntryProcessingAdvanceLevel>
<DataEntryandProcessingIntermediateLevel>24</DataEntryandProcessingIntermediateLevel>
<DocumentConstructionIntermediateLevel>22</DocumentConstructionIntermediateLevel>
<DocumentconstructionAdvanceLevel>27</DocumentconstructionAdvanceLevel>
<ImageVariationBeginnerLevel>17</ImageVariationBeginnerLevel>
<InternetIntermediateLevel>26</InternetIntermediateLevel>
<OverviewofComputerBasicLevel>21</OverviewofComputerBasicLevel>
<OverviewsofComputerBeginnerLevel>16</OverviewsofComputerBeginnerLevel>
<SlideDevelopingAdvanceLevel>28</SlideDevelopingAdvanceLevel>
<SlideDevelopingIntermediateLevel>23</SlideDevelopingIntermediateLevel>
<SlideMakingBeginnerLevel>18</SlideMakingBeginnerLevel>
<UsingSpreadsheetBeginnerLevel>19</UsingSpreadsheetBeginnerLevel>
<boys>14</boys>
<centid>sample string 3</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<exam>sample string 9</exam>
<girls>15</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>13</totappeared>
<year>sample string 10</year>
</GetCALCompAssessmentFinal6_Result>
</ArrayOfGetCALCompAssessmentFinal6_Result>