GET api/Student/GetRptATALSchoolAttendance/{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 GetRptATALSchoolAttendance_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. | |
| 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",
    "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,
    "Day0": 1,
    "Day1to4": 1,
    "Day5to8": 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,
    "Day0": 1,
    "Day1to4": 1,
    "Day5to8": 1,
    "percentage": 1,
    "tRecordCount": 15
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfGetRptATALSchoolAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptATALSchoolAttendance_Result>
    <Day0>1</Day0>
    <Day1to4>1</Day1to4>
    <Day5to8>1</Day5to8>
    <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>
  </GetRptATALSchoolAttendance_Result>
  <GetRptATALSchoolAttendance_Result>
    <Day0>1</Day0>
    <Day1to4>1</Day1to4>
    <Day5to8>1</Day5to8>
    <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>
  </GetRptATALSchoolAttendance_Result>
</ArrayOfGetRptATALSchoolAttendance_Result>