GET api/Center/GetCALFinalAssessmentLevelStandardCityNew/{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 GetCALFinalAssessmentLevelStandardCityNew_Result
NameDescriptionTypeAdditional information
standard

string

None.

standard1

string

None.

totalstudent

integer

None.

langlevel0

integer

None.

langbeginner

integer

None.

langbasic

integer

None.

langintermediate

integer

None.

langadvance

integer

None.

mathlevel0

integer

None.

mathbeginner

integer

None.

mathbasic

integer

None.

mathintermediate

integer

None.

city

string

None.

partner

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "standard": "sample string 1",
    "standard1": "sample string 2",
    "totalstudent": 1,
    "langlevel0": 1,
    "langbeginner": 1,
    "langbasic": 1,
    "langintermediate": 1,
    "langadvance": 1,
    "mathlevel0": 1,
    "mathbeginner": 1,
    "mathbasic": 1,
    "mathintermediate": 1,
    "city": "sample string 3",
    "partner": "sample string 4",
    "tRecordCount": 5
  },
  {
    "standard": "sample string 1",
    "standard1": "sample string 2",
    "totalstudent": 1,
    "langlevel0": 1,
    "langbeginner": 1,
    "langbasic": 1,
    "langintermediate": 1,
    "langadvance": 1,
    "mathlevel0": 1,
    "mathbeginner": 1,
    "mathbasic": 1,
    "mathintermediate": 1,
    "city": "sample string 3",
    "partner": "sample string 4",
    "tRecordCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALFinalAssessmentLevelStandardCityNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALFinalAssessmentLevelStandardCityNew_Result>
    <city>sample string 3</city>
    <langadvance>1</langadvance>
    <langbasic>1</langbasic>
    <langbeginner>1</langbeginner>
    <langintermediate>1</langintermediate>
    <langlevel0>1</langlevel0>
    <mathbasic>1</mathbasic>
    <mathbeginner>1</mathbeginner>
    <mathintermediate>1</mathintermediate>
    <mathlevel0>1</mathlevel0>
    <partner>sample string 4</partner>
    <standard>sample string 1</standard>
    <standard1>sample string 2</standard1>
    <tRecordCount>5</tRecordCount>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStandardCityNew_Result>
  <GetCALFinalAssessmentLevelStandardCityNew_Result>
    <city>sample string 3</city>
    <langadvance>1</langadvance>
    <langbasic>1</langbasic>
    <langbeginner>1</langbeginner>
    <langintermediate>1</langintermediate>
    <langlevel0>1</langlevel0>
    <mathbasic>1</mathbasic>
    <mathbeginner>1</mathbeginner>
    <mathintermediate>1</mathintermediate>
    <mathlevel0>1</mathlevel0>
    <partner>sample string 4</partner>
    <standard>sample string 1</standard>
    <standard1>sample string 2</standard1>
    <tRecordCount>5</tRecordCount>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStandardCityNew_Result>
</ArrayOfGetCALFinalAssessmentLevelStandardCityNew_Result>