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

string

None.

city

string

None.

tlid

string

None.

tlname

string

None.

partnerid

string

None.

partnername

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

medium

string

None.

standard

string

None.

academicyear

string

None.

semester

string

None.

totstudbes

integer

None.

totstudend

integer

None.

dropcount

integer

None.

absent

integer

None.

expectedcomparestudents

integer

None.

boys

integer

None.

girls

integer

None.

actualcomparedstudents

integer

None.

bc1

integer

None.

bc2

integer

None.

bc3

integer

None.

bwna

integer

None.

ec1

integer

None.

ec2

integer

None.

ec3

integer

None.

ewna

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "tlid": "sample string 3",
    "tlname": "sample string 4",
    "partnerid": "sample string 5",
    "partnername": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": "sample string 12",
    "academicyear": "sample string 13",
    "semester": "sample string 14",
    "totstudbes": 15,
    "totstudend": 16,
    "dropcount": 17,
    "absent": 18,
    "expectedcomparestudents": 19,
    "boys": 20,
    "girls": 21,
    "actualcomparedstudents": 22,
    "bc1": 23,
    "bc2": 24,
    "bc3": 25,
    "bwna": 26,
    "ec1": 27,
    "ec2": 28,
    "ec3": 29,
    "ewna": 30
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "tlid": "sample string 3",
    "tlname": "sample string 4",
    "partnerid": "sample string 5",
    "partnername": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": "sample string 12",
    "academicyear": "sample string 13",
    "semester": "sample string 14",
    "totstudbes": 15,
    "totstudend": 16,
    "dropcount": 17,
    "absent": 18,
    "expectedcomparestudents": 19,
    "boys": 20,
    "girls": 21,
    "actualcomparedstudents": 22,
    "bc1": 23,
    "bc2": 24,
    "bc3": 25,
    "bwna": 26,
    "ec1": 27,
    "ec2": 28,
    "ec3": 29,
    "ewna": 30
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetKeralaComperisionStd2sem2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetKeralaComperisionStd2sem2_Result>
    <absent>18</absent>
    <academicyear>sample string 13</academicyear>
    <actualcomparedstudents>22</actualcomparedstudents>
    <bc1>23</bc1>
    <bc2>24</bc2>
    <bc3>25</bc3>
    <boys>20</boys>
    <bwna>26</bwna>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <dropcount>17</dropcount>
    <ec1>27</ec1>
    <ec2>28</ec2>
    <ec3>29</ec3>
    <ewna>30</ewna>
    <expectedcomparestudents>19</expectedcomparestudents>
    <girls>21</girls>
    <medium>sample string 11</medium>
    <partnerid>sample string 5</partnerid>
    <partnername>sample string 6</partnername>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <semester>sample string 14</semester>
    <standard>sample string 12</standard>
    <state>sample string 1</state>
    <tlid>sample string 3</tlid>
    <tlname>sample string 4</tlname>
    <totstudbes>15</totstudbes>
    <totstudend>16</totstudend>
  </GetKeralaComperisionStd2sem2_Result>
  <GetKeralaComperisionStd2sem2_Result>
    <absent>18</absent>
    <academicyear>sample string 13</academicyear>
    <actualcomparedstudents>22</actualcomparedstudents>
    <bc1>23</bc1>
    <bc2>24</bc2>
    <bc3>25</bc3>
    <boys>20</boys>
    <bwna>26</bwna>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <dropcount>17</dropcount>
    <ec1>27</ec1>
    <ec2>28</ec2>
    <ec3>29</ec3>
    <ewna>30</ewna>
    <expectedcomparestudents>19</expectedcomparestudents>
    <girls>21</girls>
    <medium>sample string 11</medium>
    <partnerid>sample string 5</partnerid>
    <partnername>sample string 6</partnername>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <semester>sample string 14</semester>
    <standard>sample string 12</standard>
    <state>sample string 1</state>
    <tlid>sample string 3</tlid>
    <tlname>sample string 4</tlname>
    <totstudbes>15</totstudbes>
    <totstudend>16</totstudend>
  </GetKeralaComperisionStd2sem2_Result>
</ArrayOfGetKeralaComperisionStd2sem2_Result>