GET api/Center/GetCALFinalAssessmentLevelSchool/{userid}/{role}/{pgid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALFinalAssessmentLevelSchool
NameDescriptionTypeAdditional information
medium

string

None.

state

string

None.

city

string

None.

partner

string

None.

partnername

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

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.

absent

integer

None.

tl

string

None.

pc

string

None.

oh

string

None.

tlname

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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