GET api/Student/GetRptCALStudentAttendance/{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 GetRptCALStudentAttendance_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| contactno | string |
None. |
|
| standard | string |
None. |
|
| division | string |
None. |
|
| batchid | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| pcname | string |
None. |
|
| partnerid | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| partnername | string |
None. |
|
| plancount | integer |
None. |
|
| Day0 | integer |
None. |
|
| Day1to4 | integer |
None. |
|
| Day5to8 | integer |
None. |
|
| percentage | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"contactno": "sample string 8",
"standard": "sample string 9",
"division": "sample string 10",
"batchid": "sample string 11",
"studentid": "sample string 12",
"studentname": "sample string 13",
"teamleaderid": "sample string 14",
"tlname": "sample string 15",
"pcname": "sample string 16",
"partnerid": "sample string 17",
"month": "sample string 18",
"year": "sample string 19",
"partnername": "sample string 20",
"plancount": 1,
"Day0": 1,
"Day1to4": 1,
"Day5to8": 1,
"percentage": 1,
"tRecordCount": 21
},
{
"pgid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"contactno": "sample string 8",
"standard": "sample string 9",
"division": "sample string 10",
"batchid": "sample string 11",
"studentid": "sample string 12",
"studentname": "sample string 13",
"teamleaderid": "sample string 14",
"tlname": "sample string 15",
"pcname": "sample string 16",
"partnerid": "sample string 17",
"month": "sample string 18",
"year": "sample string 19",
"partnername": "sample string 20",
"plancount": 1,
"Day0": 1,
"Day1to4": 1,
"Day5to8": 1,
"percentage": 1,
"tRecordCount": 21
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptCALStudentAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptCALStudentAttendance_Result>
<Day0>1</Day0>
<Day1to4>1</Day1to4>
<Day5to8>1</Day5to8>
<batchid>sample string 11</batchid>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<contactno>sample string 8</contactno>
<division>sample string 10</division>
<month>sample string 18</month>
<partnerid>sample string 17</partnerid>
<partnername>sample string 20</partnername>
<pcname>sample string 16</pcname>
<percentage>1</percentage>
<pgid>sample string 1</pgid>
<plancount>1</plancount>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<standard>sample string 9</standard>
<state>sample string 2</state>
<studentid>sample string 12</studentid>
<studentname>sample string 13</studentname>
<tRecordCount>21</tRecordCount>
<teamleaderid>sample string 14</teamleaderid>
<tlname>sample string 15</tlname>
<year>sample string 19</year>
</GetRptCALStudentAttendance_Result>
<GetRptCALStudentAttendance_Result>
<Day0>1</Day0>
<Day1to4>1</Day1to4>
<Day5to8>1</Day5to8>
<batchid>sample string 11</batchid>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<contactno>sample string 8</contactno>
<division>sample string 10</division>
<month>sample string 18</month>
<partnerid>sample string 17</partnerid>
<partnername>sample string 20</partnername>
<pcname>sample string 16</pcname>
<percentage>1</percentage>
<pgid>sample string 1</pgid>
<plancount>1</plancount>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<standard>sample string 9</standard>
<state>sample string 2</state>
<studentid>sample string 12</studentid>
<studentname>sample string 13</studentname>
<tRecordCount>21</tRecordCount>
<teamleaderid>sample string 14</teamleaderid>
<tlname>sample string 15</tlname>
<year>sample string 19</year>
</GetRptCALStudentAttendance_Result>
</ArrayOfGetRptCALStudentAttendance_Result>