GET api/Center/GetCALAssessmentLevelStdGraph2022sayhogi1to4?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALAssessmentLevelStdGraph2022sayhogi1to4_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| examtype | string |
None. |
|
| standard | string |
None. |
|
| partner | string |
None. |
|
| langlevel0 | integer |
None. |
|
| langbeginner | integer |
None. |
|
| langbasic | integer |
None. |
|
| langintermediate | integer |
None. |
|
| langadvance | integer |
None. |
|
| mathlevel0 | integer |
None. |
|
| mathbeginner | integer |
None. |
|
| mathbasic | integer |
None. |
|
| mathintermediate | integer |
None. |
|
| mathadvance | integer |
None. |
|
| totalstudent | integer |
None. |
|
| absent | integer |
None. |
|
| mathabsent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"examtype": "sample string 1",
"standard": "sample string 2",
"partner": "sample string 3",
"langlevel0": 1,
"langbeginner": 1,
"langbasic": 1,
"langintermediate": 1,
"langadvance": 1,
"mathlevel0": 1,
"mathbeginner": 1,
"mathbasic": 1,
"mathintermediate": 1,
"mathadvance": 1,
"totalstudent": 1,
"absent": 1,
"mathabsent": 1
},
{
"examtype": "sample string 1",
"standard": "sample string 2",
"partner": "sample string 3",
"langlevel0": 1,
"langbeginner": 1,
"langbasic": 1,
"langintermediate": 1,
"langadvance": 1,
"mathlevel0": 1,
"mathbeginner": 1,
"mathbasic": 1,
"mathintermediate": 1,
"mathadvance": 1,
"totalstudent": 1,
"absent": 1,
"mathabsent": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALAssessmentLevelStdGraph2022sayhogi1to4_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALAssessmentLevelStdGraph2022sayhogi1to4_Result>
<absent>1</absent>
<examtype>sample string 1</examtype>
<langadvance>1</langadvance>
<langbasic>1</langbasic>
<langbeginner>1</langbeginner>
<langintermediate>1</langintermediate>
<langlevel0>1</langlevel0>
<mathabsent>1</mathabsent>
<mathadvance>1</mathadvance>
<mathbasic>1</mathbasic>
<mathbeginner>1</mathbeginner>
<mathintermediate>1</mathintermediate>
<mathlevel0>1</mathlevel0>
<partner>sample string 3</partner>
<standard>sample string 2</standard>
<totalstudent>1</totalstudent>
</GetCALAssessmentLevelStdGraph2022sayhogi1to4_Result>
<GetCALAssessmentLevelStdGraph2022sayhogi1to4_Result>
<absent>1</absent>
<examtype>sample string 1</examtype>
<langadvance>1</langadvance>
<langbasic>1</langbasic>
<langbeginner>1</langbeginner>
<langintermediate>1</langintermediate>
<langlevel0>1</langlevel0>
<mathabsent>1</mathabsent>
<mathadvance>1</mathadvance>
<mathbasic>1</mathbasic>
<mathbeginner>1</mathbeginner>
<mathintermediate>1</mathintermediate>
<mathlevel0>1</mathlevel0>
<partner>sample string 3</partner>
<standard>sample string 2</standard>
<totalstudent>1</totalstudent>
</GetCALAssessmentLevelStdGraph2022sayhogi1to4_Result>
</ArrayOfGetCALAssessmentLevelStdGraph2022sayhogi1to4_Result>