GET api/Evaluation/GetRptFCEvalSchoolCount/{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 GetRptFCEvalSchoolCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| teamleaderid | string |
None. |
|
| partnerid | string |
None. |
|
| year | string |
None. |
|
| medium | string |
None. |
|
| standard | string |
None. |
|
| examtype | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| tlname | string |
None. |
|
| centname | string |
None. |
|
| schoolname | string |
None. |
|
| partnername | string |
None. |
|
| totstud | integer |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| male | integer |
None. |
|
| female | integer |
None. |
|
| absentcount | integer |
None. |
|
| dropoutCount | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"schoolid": "sample string 2",
"teamleaderid": "sample string 3",
"partnerid": "sample string 4",
"year": "sample string 5",
"medium": "sample string 6",
"standard": "sample string 7",
"examtype": "sample string 8",
"state": "sample string 9",
"district": "sample string 10",
"city": "sample string 11",
"tlname": "sample string 12",
"centname": "sample string 13",
"schoolname": "sample string 14",
"partnername": "sample string 15",
"totstud": 1,
"totpresent": 1,
"totabsent": 1,
"male": 1,
"female": 1,
"absentcount": 16,
"dropoutCount": 17,
"tRecordCount": 1
},
{
"centid": "sample string 1",
"schoolid": "sample string 2",
"teamleaderid": "sample string 3",
"partnerid": "sample string 4",
"year": "sample string 5",
"medium": "sample string 6",
"standard": "sample string 7",
"examtype": "sample string 8",
"state": "sample string 9",
"district": "sample string 10",
"city": "sample string 11",
"tlname": "sample string 12",
"centname": "sample string 13",
"schoolname": "sample string 14",
"partnername": "sample string 15",
"totstud": 1,
"totpresent": 1,
"totabsent": 1,
"male": 1,
"female": 1,
"absentcount": 16,
"dropoutCount": 17,
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptFCEvalSchoolCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptFCEvalSchoolCount_Result>
<absentcount>16</absentcount>
<centid>sample string 1</centid>
<centname>sample string 13</centname>
<city>sample string 11</city>
<district>sample string 10</district>
<dropoutCount>17</dropoutCount>
<examtype>sample string 8</examtype>
<female>1</female>
<male>1</male>
<medium>sample string 6</medium>
<partnerid>sample string 4</partnerid>
<partnername>sample string 15</partnername>
<schoolid>sample string 2</schoolid>
<schoolname>sample string 14</schoolname>
<standard>sample string 7</standard>
<state>sample string 9</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 12</tlname>
<totabsent>1</totabsent>
<totpresent>1</totpresent>
<totstud>1</totstud>
<year>sample string 5</year>
</GetRptFCEvalSchoolCount_Result>
<GetRptFCEvalSchoolCount_Result>
<absentcount>16</absentcount>
<centid>sample string 1</centid>
<centname>sample string 13</centname>
<city>sample string 11</city>
<district>sample string 10</district>
<dropoutCount>17</dropoutCount>
<examtype>sample string 8</examtype>
<female>1</female>
<male>1</male>
<medium>sample string 6</medium>
<partnerid>sample string 4</partnerid>
<partnername>sample string 15</partnername>
<schoolid>sample string 2</schoolid>
<schoolname>sample string 14</schoolname>
<standard>sample string 7</standard>
<state>sample string 9</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 12</tlname>
<totabsent>1</totabsent>
<totpresent>1</totpresent>
<totstud>1</totstud>
<year>sample string 5</year>
</GetRptFCEvalSchoolCount_Result>
</ArrayOfGetRptFCEvalSchoolCount_Result>