GET api/Student/GetEnglishAserAssessmentLevelStdGraphsayhogi1to12?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| examtype | string |
None. |
|
| standard | integer |
None. |
|
| partnerid | string |
None. |
|
| langlevel0 | integer |
None. |
|
| letter | integer |
None. |
|
| word | integer |
None. |
|
| sentence | integer |
None. |
|
| paragraph | integer |
None. |
|
| story | integer |
None. |
|
| totalstudent | integer |
None. |
|
| absent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"examtype": "sample string 1",
"standard": 1,
"partnerid": "sample string 2",
"langlevel0": 1,
"letter": 1,
"word": 1,
"sentence": 1,
"paragraph": 1,
"story": 1,
"totalstudent": 1,
"absent": 1
},
{
"examtype": "sample string 1",
"standard": 1,
"partnerid": "sample string 2",
"langlevel0": 1,
"letter": 1,
"word": 1,
"sentence": 1,
"paragraph": 1,
"story": 1,
"totalstudent": 1,
"absent": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result>
<absent>1</absent>
<examtype>sample string 1</examtype>
<langlevel0>1</langlevel0>
<letter>1</letter>
<paragraph>1</paragraph>
<partnerid>sample string 2</partnerid>
<sentence>1</sentence>
<standard>1</standard>
<story>1</story>
<totalstudent>1</totalstudent>
<word>1</word>
</GetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result>
<GetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result>
<absent>1</absent>
<examtype>sample string 1</examtype>
<langlevel0>1</langlevel0>
<letter>1</letter>
<paragraph>1</paragraph>
<partnerid>sample string 2</partnerid>
<sentence>1</sentence>
<standard>1</standard>
<story>1</story>
<totalstudent>1</totalstudent>
<word>1</word>
</GetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result>
</ArrayOfGetEnglishAserAssessmentLevelStdGraphsayhogi1to12_Result>