GET api/Center/GetCALFinalAssessmentLevelStandardCity/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALFinalAssessmentLevelStandardCity_Result
NameDescriptionTypeAdditional information
standard

string

None.

totalstudent

integer

None.

lvel0

integer

None.

level1

integer

None.

level2

integer

None.

level3

integer

None.

level4

integer

None.

city

string

None.

partner

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,
    "city": "sample string 2",
    "partner": "sample string 3"
  },
  {
    "standard": "sample string 1",
    "totalstudent": 1,
    "lvel0": 1,
    "level1": 1,
    "level2": 1,
    "level3": 1,
    "level4": 1,
    "city": "sample string 2",
    "partner": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALFinalAssessmentLevelStandardCity_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALFinalAssessmentLevelStandardCity_Result>
    <city>sample string 2</city>
    <level1>1</level1>
    <level2>1</level2>
    <level3>1</level3>
    <level4>1</level4>
    <lvel0>1</lvel0>
    <partner>sample string 3</partner>
    <standard>sample string 1</standard>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStandardCity_Result>
  <GetCALFinalAssessmentLevelStandardCity_Result>
    <city>sample string 2</city>
    <level1>1</level1>
    <level2>1</level2>
    <level3>1</level3>
    <level4>1</level4>
    <lvel0>1</lvel0>
    <partner>sample string 3</partner>
    <standard>sample string 1</standard>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStandardCity_Result>
</ArrayOfGetCALFinalAssessmentLevelStandardCity_Result>