GET api/Evaluation/GetRptFCEvalCompetancy/{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 GetRptFCEvalCompetency_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centname | string |
None. |
|
| fcmid | string |
None. |
|
| year | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| standard | string |
None. |
|
| examtype | string |
None. |
|
| evtype | integer |
None. |
|
| totstud | integer |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| c1 | integer |
None. |
|
| c2 | integer |
None. |
|
| c3 | integer |
None. |
|
| c4 | integer |
None. |
|
| c5 | integer |
None. |
|
| c6 | integer |
None. |
|
| c7 | integer |
None. |
|
| c8 | integer |
None. |
|
| c9 | integer |
None. |
|
| c10 | integer |
None. |
|
| c11 | integer |
None. |
|
| c12 | integer |
None. |
|
| c13 | integer |
None. |
|
| c14 | integer |
None. |
|
| c15 | integer |
None. |
|
| schoolstatus | string |
None. |
|
| male | integer |
None. |
|
| female | integer |
None. |
|
| tabs | integer |
None. |
|
| pabs | integer |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| tna | integer |
None. |
|
| pna | integer |
None. |
|
| totna | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centname": "sample string 1",
"fcmid": "sample string 2",
"year": "sample string 3",
"state": "sample string 4",
"city": "sample string 5",
"teamleaderid": "sample string 6",
"tlname": "sample string 7",
"centid": "sample string 8",
"schoolid": "sample string 9",
"schoolname": "sample string 10",
"medium": "sample string 11",
"standard": "sample string 12",
"examtype": "sample string 13",
"evtype": 1,
"totstud": 1,
"totpresent": 1,
"totabsent": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"c8": 1,
"c9": 1,
"c10": 1,
"c11": 1,
"c12": 1,
"c13": 1,
"c14": 1,
"c15": 1,
"schoolstatus": "sample string 14",
"male": 1,
"female": 1,
"tabs": 1,
"pabs": 1,
"partnerid": "sample string 15",
"partnername": "sample string 16",
"tna": 1,
"pna": 1,
"totna": 1
},
{
"centname": "sample string 1",
"fcmid": "sample string 2",
"year": "sample string 3",
"state": "sample string 4",
"city": "sample string 5",
"teamleaderid": "sample string 6",
"tlname": "sample string 7",
"centid": "sample string 8",
"schoolid": "sample string 9",
"schoolname": "sample string 10",
"medium": "sample string 11",
"standard": "sample string 12",
"examtype": "sample string 13",
"evtype": 1,
"totstud": 1,
"totpresent": 1,
"totabsent": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"c8": 1,
"c9": 1,
"c10": 1,
"c11": 1,
"c12": 1,
"c13": 1,
"c14": 1,
"c15": 1,
"schoolstatus": "sample string 14",
"male": 1,
"female": 1,
"tabs": 1,
"pabs": 1,
"partnerid": "sample string 15",
"partnername": "sample string 16",
"tna": 1,
"pna": 1,
"totna": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptFCEvalCompetency_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptFCEvalCompetency_Result>
<c1>1</c1>
<c10>1</c10>
<c11>1</c11>
<c12>1</c12>
<c13>1</c13>
<c14>1</c14>
<c15>1</c15>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<c8>1</c8>
<c9>1</c9>
<centid>sample string 8</centid>
<centname>sample string 1</centname>
<city>sample string 5</city>
<evtype>1</evtype>
<examtype>sample string 13</examtype>
<fcmid>sample string 2</fcmid>
<female>1</female>
<male>1</male>
<medium>sample string 11</medium>
<pabs>1</pabs>
<partnerid>sample string 15</partnerid>
<partnername>sample string 16</partnername>
<pna>1</pna>
<schoolid>sample string 9</schoolid>
<schoolname>sample string 10</schoolname>
<schoolstatus>sample string 14</schoolstatus>
<standard>sample string 12</standard>
<state>sample string 4</state>
<tabs>1</tabs>
<teamleaderid>sample string 6</teamleaderid>
<tlname>sample string 7</tlname>
<tna>1</tna>
<totabsent>1</totabsent>
<totna>1</totna>
<totpresent>1</totpresent>
<totstud>1</totstud>
<year>sample string 3</year>
</GetRptFCEvalCompetency_Result>
<GetRptFCEvalCompetency_Result>
<c1>1</c1>
<c10>1</c10>
<c11>1</c11>
<c12>1</c12>
<c13>1</c13>
<c14>1</c14>
<c15>1</c15>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<c8>1</c8>
<c9>1</c9>
<centid>sample string 8</centid>
<centname>sample string 1</centname>
<city>sample string 5</city>
<evtype>1</evtype>
<examtype>sample string 13</examtype>
<fcmid>sample string 2</fcmid>
<female>1</female>
<male>1</male>
<medium>sample string 11</medium>
<pabs>1</pabs>
<partnerid>sample string 15</partnerid>
<partnername>sample string 16</partnername>
<pna>1</pna>
<schoolid>sample string 9</schoolid>
<schoolname>sample string 10</schoolname>
<schoolstatus>sample string 14</schoolstatus>
<standard>sample string 12</standard>
<state>sample string 4</state>
<tabs>1</tabs>
<teamleaderid>sample string 6</teamleaderid>
<tlname>sample string 7</tlname>
<tna>1</tna>
<totabsent>1</totabsent>
<totna>1</totna>
<totpresent>1</totpresent>
<totstud>1</totstud>
<year>sample string 3</year>
</GetRptFCEvalCompetency_Result>
</ArrayOfGetRptFCEvalCompetency_Result>