GET api/Partner/GetCALAssessmentGraphLevel?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALAssessmentGraphLevel_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| standard | string |
None. |
|
| BeginnerLevel | integer |
None. |
|
| BasicLevel | integer |
None. |
|
| IntermediateLevel | integer |
None. |
|
| AdvanceLevel | integer |
None. |
|
| Beg | string |
None. |
|
| Basic | string |
None. |
|
| Inte | string |
None. |
|
| Adv | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"standard": "sample string 1",
"BeginnerLevel": 2,
"BasicLevel": 3,
"IntermediateLevel": 4,
"AdvanceLevel": 5,
"Beg": "sample string 6",
"Basic": "sample string 7",
"Inte": "sample string 8",
"Adv": "sample string 9"
},
{
"standard": "sample string 1",
"BeginnerLevel": 2,
"BasicLevel": 3,
"IntermediateLevel": 4,
"AdvanceLevel": 5,
"Beg": "sample string 6",
"Basic": "sample string 7",
"Inte": "sample string 8",
"Adv": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALAssessmentGraphLevel_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALAssessmentGraphLevel_Result>
<Adv>sample string 9</Adv>
<AdvanceLevel>5</AdvanceLevel>
<Basic>sample string 7</Basic>
<BasicLevel>3</BasicLevel>
<Beg>sample string 6</Beg>
<BeginnerLevel>2</BeginnerLevel>
<Inte>sample string 8</Inte>
<IntermediateLevel>4</IntermediateLevel>
<standard>sample string 1</standard>
</GetCALAssessmentGraphLevel_Result>
<GetCALAssessmentGraphLevel_Result>
<Adv>sample string 9</Adv>
<AdvanceLevel>5</AdvanceLevel>
<Basic>sample string 7</Basic>
<BasicLevel>3</BasicLevel>
<Beg>sample string 6</Beg>
<BeginnerLevel>2</BeginnerLevel>
<Inte>sample string 8</Inte>
<IntermediateLevel>4</IntermediateLevel>
<standard>sample string 1</standard>
</GetCALAssessmentGraphLevel_Result>
</ArrayOfGetCALAssessmentGraphLevel_Result>