GET api/Partner/GetCALFinalAssessmentLevelStandardPartnerwise?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALFinalAssessmentLevelStandardPartnerwise_ResultName | Description | Type | Additional information |
---|---|---|---|
standard | string |
None. |
|
totalstudent | integer |
None. |
|
lvel0 | integer |
None. |
|
level1 | integer |
None. |
|
level2 | integer |
None. |
|
level3 | integer |
None. |
|
level4 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "standard": "sample string 1", "totalstudent": 1, "lvel0": 1, "level1": 1, "level2": 1, "level3": 1, "level4": 1 }, { "standard": "sample string 1", "totalstudent": 1, "lvel0": 1, "level1": 1, "level2": 1, "level3": 1, "level4": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALFinalAssessmentLevelStandardPartnerwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALFinalAssessmentLevelStandardPartnerwise_Result> <level1>1</level1> <level2>1</level2> <level3>1</level3> <level4>1</level4> <lvel0>1</lvel0> <standard>sample string 1</standard> <totalstudent>1</totalstudent> </GetCALFinalAssessmentLevelStandardPartnerwise_Result> <GetCALFinalAssessmentLevelStandardPartnerwise_Result> <level1>1</level1> <level2>1</level2> <level3>1</level3> <level4>1</level4> <lvel0>1</lvel0> <standard>sample string 1</standard> <totalstudent>1</totalstudent> </GetCALFinalAssessmentLevelStandardPartnerwise_Result> </ArrayOfGetCALFinalAssessmentLevelStandardPartnerwise_Result>