GET api/Center/GetCALFinalAssessmentLevelStateCity2024/{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 GetCALFinalAssessmentLevelStateCity2024_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

partner

string

None.

centid

string

None.

schoolid

string

None.

medium

string

None.

examtype

string

None.

academicyear

string

None.

standard

string

None.

totalstudent

integer

None.

lvel0

integer

None.

level1

integer

None.

level2

integer

None.

level3

integer

None.

level4

integer

None.

tl

string

None.

tlname

string

None.

pc

string

None.

oh

string

None.

partnername

string

None.

absent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partner": "sample string 3",
    "centid": "sample string 4",
    "schoolid": "sample string 5",
    "medium": "sample string 6",
    "examtype": "sample string 7",
    "academicyear": "sample string 8",
    "standard": "sample string 9",
    "totalstudent": 1,
    "lvel0": 1,
    "level1": 1,
    "level2": 1,
    "level3": 1,
    "level4": 1,
    "tl": "sample string 10",
    "tlname": "sample string 11",
    "pc": "sample string 12",
    "oh": "sample string 13",
    "partnername": "sample string 14",
    "absent": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partner": "sample string 3",
    "centid": "sample string 4",
    "schoolid": "sample string 5",
    "medium": "sample string 6",
    "examtype": "sample string 7",
    "academicyear": "sample string 8",
    "standard": "sample string 9",
    "totalstudent": 1,
    "lvel0": 1,
    "level1": 1,
    "level2": 1,
    "level3": 1,
    "level4": 1,
    "tl": "sample string 10",
    "tlname": "sample string 11",
    "pc": "sample string 12",
    "oh": "sample string 13",
    "partnername": "sample string 14",
    "absent": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALFinalAssessmentLevelStateCity2024_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALFinalAssessmentLevelStateCity2024_Result>
    <absent>1</absent>
    <academicyear>sample string 8</academicyear>
    <centid>sample string 4</centid>
    <city>sample string 2</city>
    <examtype>sample string 7</examtype>
    <level1>1</level1>
    <level2>1</level2>
    <level3>1</level3>
    <level4>1</level4>
    <lvel0>1</lvel0>
    <medium>sample string 6</medium>
    <oh>sample string 13</oh>
    <partner>sample string 3</partner>
    <partnername>sample string 14</partnername>
    <pc>sample string 12</pc>
    <schoolid>sample string 5</schoolid>
    <standard>sample string 9</standard>
    <state>sample string 1</state>
    <tl>sample string 10</tl>
    <tlname>sample string 11</tlname>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStateCity2024_Result>
  <GetCALFinalAssessmentLevelStateCity2024_Result>
    <absent>1</absent>
    <academicyear>sample string 8</academicyear>
    <centid>sample string 4</centid>
    <city>sample string 2</city>
    <examtype>sample string 7</examtype>
    <level1>1</level1>
    <level2>1</level2>
    <level3>1</level3>
    <level4>1</level4>
    <lvel0>1</lvel0>
    <medium>sample string 6</medium>
    <oh>sample string 13</oh>
    <partner>sample string 3</partner>
    <partnername>sample string 14</partnername>
    <pc>sample string 12</pc>
    <schoolid>sample string 5</schoolid>
    <standard>sample string 9</standard>
    <state>sample string 1</state>
    <tl>sample string 10</tl>
    <tlname>sample string 11</tlname>
    <totalstudent>1</totalstudent>
  </GetCALFinalAssessmentLevelStateCity2024_Result>
</ArrayOfGetCALFinalAssessmentLevelStateCity2024_Result>