GET api/Student/GetCALFinalAssessmentLevelwise/{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 GetCALFinalAssessmentLevelwise_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| totenroll | integer |
None. |
|
| standard | string |
None. |
|
| totstudent | integer |
None. |
|
| BeginnerLevel | integer |
None. |
|
| BasicLevel | integer |
None. |
|
| IntermediateLevel | integer |
None. |
|
| AdvanceLevel | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"schoolid": "sample string 3",
"schoolname": "sample string 4",
"totenroll": 5,
"standard": "sample string 6",
"totstudent": 7,
"BeginnerLevel": 8,
"BasicLevel": 9,
"IntermediateLevel": 10,
"AdvanceLevel": 11,
"tRecordCount": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"schoolid": "sample string 3",
"schoolname": "sample string 4",
"totenroll": 5,
"standard": "sample string 6",
"totstudent": 7,
"BeginnerLevel": 8,
"BasicLevel": 9,
"IntermediateLevel": 10,
"AdvanceLevel": 11,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALFinalAssessmentLevelwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALFinalAssessmentLevelwise_Result>
<AdvanceLevel>11</AdvanceLevel>
<BasicLevel>9</BasicLevel>
<BeginnerLevel>8</BeginnerLevel>
<IntermediateLevel>10</IntermediateLevel>
<city>sample string 2</city>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
<standard>sample string 6</standard>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totenroll>5</totenroll>
<totstudent>7</totstudent>
</GetCALFinalAssessmentLevelwise_Result>
<GetCALFinalAssessmentLevelwise_Result>
<AdvanceLevel>11</AdvanceLevel>
<BasicLevel>9</BasicLevel>
<BeginnerLevel>8</BeginnerLevel>
<IntermediateLevel>10</IntermediateLevel>
<city>sample string 2</city>
<schoolid>sample string 3</schoolid>
<schoolname>sample string 4</schoolname>
<standard>sample string 6</standard>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totenroll>5</totenroll>
<totstudent>7</totstudent>
</GetCALFinalAssessmentLevelwise_Result>
</ArrayOfGetCALFinalAssessmentLevelwise_Result>