GET api/Center/GetCALMidlineCompetencyStd7/{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 GetCALMidlinecompetencyStd7_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. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
c1 | integer |
None. |
|
c2 | integer |
None. |
|
c3 | integer |
None. |
|
c4 | integer |
None. |
|
c5 | integer |
None. |
|
c6 | integer |
None. |
|
c7 | 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, "boys": 17, "girls": 18, "c1": 19, "c2": 20, "c3": 21, "c4": 22, "c5": 23, "c6": 24, "c7": 25, "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, "boys": 17, "girls": 18, "c1": 19, "c2": 20, "c3": 21, "c4": 22, "c5": 23, "c6": 24, "c7": 25, "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALMidlinecompetencyStd7_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALMidlinecompetencyStd7_Result> <boys>17</boys> <c1>19</c1> <c2>20</c2> <c3>21</c3> <c4>22</c4> <c5>23</c5> <c6>24</c6> <c7>25</c7> <centid>sample string 4</centid> <centname>sample string 10</centname> <city>sample string 3</city> <exam>sample string 11</exam> <girls>18</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> </GetCALMidlinecompetencyStd7_Result> <GetCALMidlinecompetencyStd7_Result> <boys>17</boys> <c1>19</c1> <c2>20</c2> <c3>21</c3> <c4>22</c4> <c5>23</c5> <c6>24</c6> <c7>25</c7> <centid>sample string 4</centid> <centname>sample string 10</centname> <city>sample string 3</city> <exam>sample string 11</exam> <girls>18</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> </GetCALMidlinecompetencyStd7_Result> </ArrayOfGetCALMidlinecompetencyStd7_Result>