GET api/Center/GetCALAssessmentLevelStdGraphBaselinesayhogi1to4?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result
NameDescriptionTypeAdditional information
examtype

string

None.

standard

string

None.

partner

string

None.

langlevel0

integer

None.

langbeginner

integer

None.

langbasic

integer

None.

mathlevel0

integer

None.

mathbeginner

integer

None.

mathbasic

integer

None.

totalstudent

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,
    "mathlevel0": 1,
    "mathbeginner": 1,
    "mathbasic": 1,
    "totalstudent": 1
  },
  {
    "examtype": "sample string 1",
    "standard": "sample string 2",
    "partner": "sample string 3",
    "langlevel0": 1,
    "langbeginner": 1,
    "langbasic": 1,
    "mathlevel0": 1,
    "mathbeginner": 1,
    "mathbasic": 1,
    "totalstudent": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result>
    <examtype>sample string 1</examtype>
    <langbasic>1</langbasic>
    <langbeginner>1</langbeginner>
    <langlevel0>1</langlevel0>
    <mathbasic>1</mathbasic>
    <mathbeginner>1</mathbeginner>
    <mathlevel0>1</mathlevel0>
    <partner>sample string 3</partner>
    <standard>sample string 2</standard>
    <totalstudent>1</totalstudent>
  </GetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result>
  <GetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result>
    <examtype>sample string 1</examtype>
    <langbasic>1</langbasic>
    <langbeginner>1</langbeginner>
    <langlevel0>1</langlevel0>
    <mathbasic>1</mathbasic>
    <mathbeginner>1</mathbeginner>
    <mathlevel0>1</mathlevel0>
    <partner>sample string 3</partner>
    <standard>sample string 2</standard>
    <totalstudent>1</totalstudent>
  </GetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result>
</ArrayOfGetCALAssessmentLevelStdGraphBaselinesayhogi1to4_Result>