GET api/Student/GetRptDailyAttendanceTrackingSchool/{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 GetRptDailyAttendanceTrackingSchool_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| day | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| daywithordinal | string |
None. |
|
| teamleaderid | string |
None. |
|
| teamleadername | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| noofmachines | integer |
None. |
|
| letminutes | integer |
None. |
|
| batch | integer |
None. |
|
| totalenrollment | integer |
None. |
|
| planstudcount | integer |
None. |
|
| absent | integer |
None. |
|
| present | integer |
None. |
|
| holiday | integer |
None. |
|
| ce | integer |
None. |
|
| be | integer |
None. |
|
| nb | integer |
None. |
|
| se | integer |
None. |
|
| planvsactualcount | integer |
None. |
|
| perattendance | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"day": "sample string 1",
"month": "sample string 2",
"year": "sample string 3",
"daywithordinal": "sample string 4",
"teamleaderid": "sample string 5",
"teamleadername": "sample string 6",
"centid": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"noofmachines": 1,
"letminutes": 1,
"batch": 1,
"totalenrollment": 1,
"planstudcount": 1,
"absent": 1,
"present": 1,
"holiday": 1,
"ce": 1,
"be": 1,
"nb": 1,
"se": 1,
"planvsactualcount": 1,
"perattendance": 1
},
{
"day": "sample string 1",
"month": "sample string 2",
"year": "sample string 3",
"daywithordinal": "sample string 4",
"teamleaderid": "sample string 5",
"teamleadername": "sample string 6",
"centid": "sample string 7",
"schoolid": "sample string 8",
"schoolname": "sample string 9",
"noofmachines": 1,
"letminutes": 1,
"batch": 1,
"totalenrollment": 1,
"planstudcount": 1,
"absent": 1,
"present": 1,
"holiday": 1,
"ce": 1,
"be": 1,
"nb": 1,
"se": 1,
"planvsactualcount": 1,
"perattendance": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptDailyAttendanceTrackingSchool_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptDailyAttendanceTrackingSchool_Result>
<absent>1</absent>
<batch>1</batch>
<be>1</be>
<ce>1</ce>
<centid>sample string 7</centid>
<day>sample string 1</day>
<daywithordinal>sample string 4</daywithordinal>
<holiday>1</holiday>
<letminutes>1</letminutes>
<month>sample string 2</month>
<nb>1</nb>
<noofmachines>1</noofmachines>
<perattendance>1</perattendance>
<planstudcount>1</planstudcount>
<planvsactualcount>1</planvsactualcount>
<present>1</present>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<se>1</se>
<teamleaderid>sample string 5</teamleaderid>
<teamleadername>sample string 6</teamleadername>
<totalenrollment>1</totalenrollment>
<year>sample string 3</year>
</GetRptDailyAttendanceTrackingSchool_Result>
<GetRptDailyAttendanceTrackingSchool_Result>
<absent>1</absent>
<batch>1</batch>
<be>1</be>
<ce>1</ce>
<centid>sample string 7</centid>
<day>sample string 1</day>
<daywithordinal>sample string 4</daywithordinal>
<holiday>1</holiday>
<letminutes>1</letminutes>
<month>sample string 2</month>
<nb>1</nb>
<noofmachines>1</noofmachines>
<perattendance>1</perattendance>
<planstudcount>1</planstudcount>
<planvsactualcount>1</planvsactualcount>
<present>1</present>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 9</schoolname>
<se>1</se>
<teamleaderid>sample string 5</teamleaderid>
<teamleadername>sample string 6</teamleadername>
<totalenrollment>1</totalenrollment>
<year>sample string 3</year>
</GetRptDailyAttendanceTrackingSchool_Result>
</ArrayOfGetRptDailyAttendanceTrackingSchool_Result>