GET api/Student/GetRptATALSchoolWeekAttendance/{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 GetRptATALSchoolWeekAttendance_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. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| pcname | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| plancount | integer |
None. |
|
| totplnstud | integer |
None. |
|
| W1Day0 | integer |
None. |
|
| W2Day0 | integer |
None. |
|
| W3Day0 | integer |
None. |
|
| W4Day0 | integer |
None. |
|
| W5Day0 | integer |
None. |
|
| W1Day1to4 | integer |
None. |
|
| W2Day1to4 | integer |
None. |
|
| W3Day1to4 | integer |
None. |
|
| W4Day1to4 | integer |
None. |
|
| W5Day1to4 | integer |
None. |
|
| W1Day5to8 | integer |
None. |
|
| W2Day5to8 | integer |
None. |
|
| W3Day5to8 | integer |
None. |
|
| W4Day5to8 | integer |
None. |
|
| W5Day5to8 | 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",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"pcname": "sample string 10",
"partnerid": "sample string 11",
"partnername": "sample string 12",
"month": "sample string 13",
"year": "sample string 14",
"plancount": 1,
"totplnstud": 1,
"W1Day0": 1,
"W2Day0": 1,
"W3Day0": 1,
"W4Day0": 1,
"W5Day0": 1,
"W1Day1to4": 1,
"W2Day1to4": 1,
"W3Day1to4": 1,
"W4Day1to4": 1,
"W5Day1to4": 1,
"W1Day5to8": 1,
"W2Day5to8": 1,
"W3Day5to8": 1,
"W4Day5to8": 1,
"W5Day5to8": 1,
"percentage": 1,
"tRecordCount": 15
},
{
"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",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"pcname": "sample string 10",
"partnerid": "sample string 11",
"partnername": "sample string 12",
"month": "sample string 13",
"year": "sample string 14",
"plancount": 1,
"totplnstud": 1,
"W1Day0": 1,
"W2Day0": 1,
"W3Day0": 1,
"W4Day0": 1,
"W5Day0": 1,
"W1Day1to4": 1,
"W2Day1to4": 1,
"W3Day1to4": 1,
"W4Day1to4": 1,
"W5Day1to4": 1,
"W1Day5to8": 1,
"W2Day5to8": 1,
"W3Day5to8": 1,
"W4Day5to8": 1,
"W5Day5to8": 1,
"percentage": 1,
"tRecordCount": 15
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptATALSchoolWeekAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptATALSchoolWeekAttendance_Result>
<W1Day0>1</W1Day0>
<W1Day1to4>1</W1Day1to4>
<W1Day5to8>1</W1Day5to8>
<W2Day0>1</W2Day0>
<W2Day1to4>1</W2Day1to4>
<W2Day5to8>1</W2Day5to8>
<W3Day0>1</W3Day0>
<W3Day1to4>1</W3Day1to4>
<W3Day5to8>1</W3Day5to8>
<W4Day0>1</W4Day0>
<W4Day1to4>1</W4Day1to4>
<W4Day5to8>1</W4Day5to8>
<W5Day0>1</W5Day0>
<W5Day1to4>1</W5Day1to4>
<W5Day5to8>1</W5Day5to8>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<month>sample string 13</month>
<partnerid>sample string 11</partnerid>
<partnername>sample string 12</partnername>
<pcname>sample string 10</pcname>
<percentage>1</percentage>
<pgid>sample string 1</pgid>
<plancount>1</plancount>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<state>sample string 2</state>
<tRecordCount>15</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totplnstud>1</totplnstud>
<year>sample string 14</year>
</GetRptATALSchoolWeekAttendance_Result>
<GetRptATALSchoolWeekAttendance_Result>
<W1Day0>1</W1Day0>
<W1Day1to4>1</W1Day1to4>
<W1Day5to8>1</W1Day5to8>
<W2Day0>1</W2Day0>
<W2Day1to4>1</W2Day1to4>
<W2Day5to8>1</W2Day5to8>
<W3Day0>1</W3Day0>
<W3Day1to4>1</W3Day1to4>
<W3Day5to8>1</W3Day5to8>
<W4Day0>1</W4Day0>
<W4Day1to4>1</W4Day1to4>
<W4Day5to8>1</W4Day5to8>
<W5Day0>1</W5Day0>
<W5Day1to4>1</W5Day1to4>
<W5Day5to8>1</W5Day5to8>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<month>sample string 13</month>
<partnerid>sample string 11</partnerid>
<partnername>sample string 12</partnername>
<pcname>sample string 10</pcname>
<percentage>1</percentage>
<pgid>sample string 1</pgid>
<plancount>1</plancount>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<state>sample string 2</state>
<tRecordCount>15</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totplnstud>1</totplnstud>
<year>sample string 14</year>
</GetRptATALSchoolWeekAttendance_Result>
</ArrayOfGetRptATALSchoolWeekAttendance_Result>