GET api/Center/GetCALFinalAssessmentLevelStandardState/{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 GetCALFinalAssessmentLevelStandardState_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. |
|
state | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "standard": "sample string 1", "totalstudent": 1, "lvel0": 1, "level1": 1, "level2": 1, "level3": 1, "level4": 1, "state": "sample string 2" }, { "standard": "sample string 1", "totalstudent": 1, "lvel0": 1, "level1": 1, "level2": 1, "level3": 1, "level4": 1, "state": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALFinalAssessmentLevelStandardState_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALFinalAssessmentLevelStandardState_Result> <level1>1</level1> <level2>1</level2> <level3>1</level3> <level4>1</level4> <lvel0>1</lvel0> <standard>sample string 1</standard> <state>sample string 2</state> <totalstudent>1</totalstudent> </GetCALFinalAssessmentLevelStandardState_Result> <GetCALFinalAssessmentLevelStandardState_Result> <level1>1</level1> <level2>1</level2> <level3>1</level3> <level4>1</level4> <lvel0>1</lvel0> <standard>sample string 1</standard> <state>sample string 2</state> <totalstudent>1</totalstudent> </GetCALFinalAssessmentLevelStandardState_Result> </ArrayOfGetCALFinalAssessmentLevelStandardState_Result>