GET api/Center/GetRptPlanVSActualStateStudAttendance/{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 GetRptPlanVSActualStateStudAttendance_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| pln1 | integer |
None. |
|
| pln2 | integer |
None. |
|
| pln3 | integer |
None. |
|
| pln4 | integer |
None. |
|
| pln5 | integer |
None. |
|
| pln6 | integer |
None. |
|
| pln7 | integer |
None. |
|
| pln8 | integer |
None. |
|
| pln9 | integer |
None. |
|
| pln10 | integer |
None. |
|
| pln11 | integer |
None. |
|
| pln12 | integer |
None. |
|
| act1 | integer |
None. |
|
| act2 | integer |
None. |
|
| act3 | integer |
None. |
|
| act4 | integer |
None. |
|
| act5 | integer |
None. |
|
| act6 | integer |
None. |
|
| act7 | integer |
None. |
|
| act8 | integer |
None. |
|
| act9 | integer |
None. |
|
| act10 | integer |
None. |
|
| act11 | integer |
None. |
|
| act12 | integer |
None. |
|
| AttendancePercentage | integer |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"pln1": 1,
"pln2": 1,
"pln3": 1,
"pln4": 1,
"pln5": 1,
"pln6": 1,
"pln7": 1,
"pln8": 1,
"pln9": 1,
"pln10": 1,
"pln11": 1,
"pln12": 1,
"act1": 1,
"act2": 1,
"act3": 1,
"act4": 1,
"act5": 1,
"act6": 1,
"act7": 1,
"act8": 1,
"act9": 1,
"act10": 1,
"act11": 1,
"act12": 1,
"AttendancePercentage": 1,
"tRecordCount": 2
},
{
"state": "sample string 1",
"pln1": 1,
"pln2": 1,
"pln3": 1,
"pln4": 1,
"pln5": 1,
"pln6": 1,
"pln7": 1,
"pln8": 1,
"pln9": 1,
"pln10": 1,
"pln11": 1,
"pln12": 1,
"act1": 1,
"act2": 1,
"act3": 1,
"act4": 1,
"act5": 1,
"act6": 1,
"act7": 1,
"act8": 1,
"act9": 1,
"act10": 1,
"act11": 1,
"act12": 1,
"AttendancePercentage": 1,
"tRecordCount": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptPlanVSActualStateStudAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptPlanVSActualStateStudAttendance_Result>
<AttendancePercentage>1</AttendancePercentage>
<act1>1</act1>
<act10>1</act10>
<act11>1</act11>
<act12>1</act12>
<act2>1</act2>
<act3>1</act3>
<act4>1</act4>
<act5>1</act5>
<act6>1</act6>
<act7>1</act7>
<act8>1</act8>
<act9>1</act9>
<pln1>1</pln1>
<pln10>1</pln10>
<pln11>1</pln11>
<pln12>1</pln12>
<pln2>1</pln2>
<pln3>1</pln3>
<pln4>1</pln4>
<pln5>1</pln5>
<pln6>1</pln6>
<pln7>1</pln7>
<pln8>1</pln8>
<pln9>1</pln9>
<state>sample string 1</state>
<tRecordCount>2</tRecordCount>
</GetRptPlanVSActualStateStudAttendance_Result>
<GetRptPlanVSActualStateStudAttendance_Result>
<AttendancePercentage>1</AttendancePercentage>
<act1>1</act1>
<act10>1</act10>
<act11>1</act11>
<act12>1</act12>
<act2>1</act2>
<act3>1</act3>
<act4>1</act4>
<act5>1</act5>
<act6>1</act6>
<act7>1</act7>
<act8>1</act8>
<act9>1</act9>
<pln1>1</pln1>
<pln10>1</pln10>
<pln11>1</pln11>
<pln12>1</pln12>
<pln2>1</pln2>
<pln3>1</pln3>
<pln4>1</pln4>
<pln5>1</pln5>
<pln6>1</pln6>
<pln7>1</pln7>
<pln8>1</pln8>
<pln9>1</pln9>
<state>sample string 1</state>
<tRecordCount>2</tRecordCount>
</GetRptPlanVSActualStateStudAttendance_Result>
</ArrayOfGetRptPlanVSActualStateStudAttendance_Result>