GET api/Student/GetAssessmentAINonpifReport?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetAssessmentAINonpifReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| schoolname | string |
None. |
|
| standard | string |
None. |
|
| division | string |
None. |
|
| batch | string |
None. |
|
| rollno | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| gender | string |
None. |
|
| course | string |
None. |
|
| year | string |
None. |
|
| q1 | integer |
None. |
|
| q2 | integer |
None. |
|
| q3 | integer |
None. |
|
| q4 | integer |
None. |
|
| q5 | integer |
None. |
|
| q6 | integer |
None. |
|
| q7 | integer |
None. |
|
| q8 | integer |
None. |
|
| q9 | integer |
None. |
|
| q10 | integer |
None. |
|
| q11 | integer |
None. |
|
| q12 | integer |
None. |
|
| q13 | integer |
None. |
|
| q14 | integer |
None. |
|
| q15 | integer |
None. |
|
| q16 | integer |
None. |
|
| q17 | integer |
None. |
|
| q18 | integer |
None. |
|
| q19 | integer |
None. |
|
| q20 | integer |
None. |
|
| outoff | integer |
None. |
|
| totalmark | integer |
None. |
|
| grade | string |
None. |
|
| percentage | decimal number |
None. |
|
| certificatestatus | string |
None. |
|
| c1percentage | decimal number |
None. |
|
| c2percentage | decimal number |
None. |
|
| c3percentage | decimal number |
None. |
|
| c4percentage | decimal number |
None. |
|
| c5percentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"schoolname": "sample string 3",
"standard": "sample string 4",
"division": "sample string 5",
"batch": "sample string 6",
"rollno": "sample string 7",
"studentid": "sample string 8",
"studentname": "sample string 9",
"gender": "sample string 10",
"course": "sample string 11",
"year": "sample string 12",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"q9": 1,
"q10": 1,
"q11": 1,
"q12": 1,
"q13": 1,
"q14": 1,
"q15": 1,
"q16": 1,
"q17": 1,
"q18": 1,
"q19": 1,
"q20": 1,
"outoff": 1,
"totalmark": 1,
"grade": "sample string 13",
"percentage": 1.1,
"certificatestatus": "sample string 14",
"c1percentage": 1.1,
"c2percentage": 1.1,
"c3percentage": 1.1,
"c4percentage": 1.1,
"c5percentage": 1.1
},
{
"state": "sample string 1",
"city": "sample string 2",
"schoolname": "sample string 3",
"standard": "sample string 4",
"division": "sample string 5",
"batch": "sample string 6",
"rollno": "sample string 7",
"studentid": "sample string 8",
"studentname": "sample string 9",
"gender": "sample string 10",
"course": "sample string 11",
"year": "sample string 12",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"q9": 1,
"q10": 1,
"q11": 1,
"q12": 1,
"q13": 1,
"q14": 1,
"q15": 1,
"q16": 1,
"q17": 1,
"q18": 1,
"q19": 1,
"q20": 1,
"outoff": 1,
"totalmark": 1,
"grade": "sample string 13",
"percentage": 1.1,
"certificatestatus": "sample string 14",
"c1percentage": 1.1,
"c2percentage": 1.1,
"c3percentage": 1.1,
"c4percentage": 1.1,
"c5percentage": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAssessmentAINonpifReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetAssessmentAINonpifReport_Result>
<batch>sample string 6</batch>
<c1percentage>1.1</c1percentage>
<c2percentage>1.1</c2percentage>
<c3percentage>1.1</c3percentage>
<c4percentage>1.1</c4percentage>
<c5percentage>1.1</c5percentage>
<certificatestatus>sample string 14</certificatestatus>
<city>sample string 2</city>
<course>sample string 11</course>
<division>sample string 5</division>
<gender>sample string 10</gender>
<grade>sample string 13</grade>
<outoff>1</outoff>
<percentage>1.1</percentage>
<q1>1</q1>
<q10>1</q10>
<q11>1</q11>
<q12>1</q12>
<q13>1</q13>
<q14>1</q14>
<q15>1</q15>
<q16>1</q16>
<q17>1</q17>
<q18>1</q18>
<q19>1</q19>
<q2>1</q2>
<q20>1</q20>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<q9>1</q9>
<rollno>sample string 7</rollno>
<schoolname>sample string 3</schoolname>
<standard>sample string 4</standard>
<state>sample string 1</state>
<studentid>sample string 8</studentid>
<studentname>sample string 9</studentname>
<totalmark>1</totalmark>
<year>sample string 12</year>
</GetAssessmentAINonpifReport_Result>
<GetAssessmentAINonpifReport_Result>
<batch>sample string 6</batch>
<c1percentage>1.1</c1percentage>
<c2percentage>1.1</c2percentage>
<c3percentage>1.1</c3percentage>
<c4percentage>1.1</c4percentage>
<c5percentage>1.1</c5percentage>
<certificatestatus>sample string 14</certificatestatus>
<city>sample string 2</city>
<course>sample string 11</course>
<division>sample string 5</division>
<gender>sample string 10</gender>
<grade>sample string 13</grade>
<outoff>1</outoff>
<percentage>1.1</percentage>
<q1>1</q1>
<q10>1</q10>
<q11>1</q11>
<q12>1</q12>
<q13>1</q13>
<q14>1</q14>
<q15>1</q15>
<q16>1</q16>
<q17>1</q17>
<q18>1</q18>
<q19>1</q19>
<q2>1</q2>
<q20>1</q20>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<q9>1</q9>
<rollno>sample string 7</rollno>
<schoolname>sample string 3</schoolname>
<standard>sample string 4</standard>
<state>sample string 1</state>
<studentid>sample string 8</studentid>
<studentname>sample string 9</studentname>
<totalmark>1</totalmark>
<year>sample string 12</year>
</GetAssessmentAINonpifReport_Result>
</ArrayOfGetAssessmentAINonpifReport_Result>