GET api/Center/GetCALEndlinePracticalcompetencyStd11/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALEndlinePracticalcompetencyStd11_ResultName | Description | Type | Additional information |
---|---|---|---|
standard | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
schooltype | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
centname | string |
None. |
|
exam | string |
None. |
|
year | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
totenroll | integer |
None. |
|
totappeared | integer |
None. |
|
absent | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "standard": "sample string 1", "state": "sample string 2", "city": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "schoolname": "sample string 6", "schooltype": "sample string 7", "teamleaderid": "sample string 8", "tlname": "sample string 9", "centname": "sample string 10", "exam": "sample string 11", "year": "sample string 12", "partnerid": "sample string 13", "partnername": "sample string 14", "totenroll": 15, "totappeared": 16, "absent": 17, "boys": 18, "girls": 19, "c1": 20, "c2": 21, "tRecordCount": 1 }, { "standard": "sample string 1", "state": "sample string 2", "city": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "schoolname": "sample string 6", "schooltype": "sample string 7", "teamleaderid": "sample string 8", "tlname": "sample string 9", "centname": "sample string 10", "exam": "sample string 11", "year": "sample string 12", "partnerid": "sample string 13", "partnername": "sample string 14", "totenroll": 15, "totappeared": 16, "absent": 17, "boys": 18, "girls": 19, "c1": 20, "c2": 21, "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALEndlinePracticalcompetencyStd11_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALEndlinePracticalcompetencyStd11_Result> <absent>17</absent> <boys>18</boys> <c1>20</c1> <c2>21</c2> <centid>sample string 4</centid> <centname>sample string 10</centname> <city>sample string 3</city> <exam>sample string 11</exam> <girls>19</girls> <partnerid>sample string 13</partnerid> <partnername>sample string 14</partnername> <schoolid>sample string 5</schoolid> <schoolname>sample string 6</schoolname> <schooltype>sample string 7</schooltype> <standard>sample string 1</standard> <state>sample string 2</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 8</teamleaderid> <tlname>sample string 9</tlname> <totappeared>16</totappeared> <totenroll>15</totenroll> <year>sample string 12</year> </GetCALEndlinePracticalcompetencyStd11_Result> <GetCALEndlinePracticalcompetencyStd11_Result> <absent>17</absent> <boys>18</boys> <c1>20</c1> <c2>21</c2> <centid>sample string 4</centid> <centname>sample string 10</centname> <city>sample string 3</city> <exam>sample string 11</exam> <girls>19</girls> <partnerid>sample string 13</partnerid> <partnername>sample string 14</partnername> <schoolid>sample string 5</schoolid> <schoolname>sample string 6</schoolname> <schooltype>sample string 7</schooltype> <standard>sample string 1</standard> <state>sample string 2</state> <tRecordCount>1</tRecordCount> <teamleaderid>sample string 8</teamleaderid> <tlname>sample string 9</tlname> <totappeared>16</totappeared> <totenroll>15</totenroll> <year>sample string 12</year> </GetCALEndlinePracticalcompetencyStd11_Result> </ArrayOfGetCALEndlinePracticalcompetencyStd11_Result>