GET api/Student/GetRptATALWeeklyAttedance/{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 GetRptATALWeeklyAttedance_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| totpresent | integer |
None. |
|
| presentper | integer |
None. |
|
| total | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"totpresent": 1,
"presentper": 1,
"total": 1,
"tRecordCount": 7
},
{
"state": "sample string 1",
"city": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"totpresent": 1,
"presentper": 1,
"total": 1,
"tRecordCount": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptATALWeeklyAttedance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptATALWeeklyAttedance_Result>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<presentper>1</presentper>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<state>sample string 1</state>
<tRecordCount>7</tRecordCount>
<total>1</total>
<totpresent>1</totpresent>
</GetRptATALWeeklyAttedance_Result>
<GetRptATALWeeklyAttedance_Result>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<presentper>1</presentper>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<state>sample string 1</state>
<tRecordCount>7</tRecordCount>
<total>1</total>
<totpresent>1</totpresent>
</GetRptATALWeeklyAttedance_Result>
</ArrayOfGetRptATALWeeklyAttedance_Result>