GET api/Center/GetRptPlanVSActualStateStudAttendanceATAL/{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 GetRptPlanVSActualStateStudAttendanceATAL_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
pln6 | integer |
None. |
|
pln7 | integer |
None. |
|
pln8 | integer |
None. |
|
pln9 | integer |
None. |
|
pln10 | integer |
None. |
|
pln11 | integer |
None. |
|
pln12 | 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", "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 1, "act6": 1, "act7": 1, "act8": 1, "act9": 1, "act10": 1, "act11": 1, "act12": 1, "AttendancePercentage": 1, "tRecordCount": 2 }, { "state": "sample string 1", "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 1, "act6": 1, "act7": 1, "act8": 1, "act9": 1, "act10": 1, "act11": 1, "act12": 1, "AttendancePercentage": 1, "tRecordCount": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptPlanVSActualStateStudAttendanceATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptPlanVSActualStateStudAttendanceATAL_Result> <AttendancePercentage>1</AttendancePercentage> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <state>sample string 1</state> <tRecordCount>2</tRecordCount> </GetRptPlanVSActualStateStudAttendanceATAL_Result> <GetRptPlanVSActualStateStudAttendanceATAL_Result> <AttendancePercentage>1</AttendancePercentage> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <state>sample string 1</state> <tRecordCount>2</tRecordCount> </GetRptPlanVSActualStateStudAttendanceATAL_Result> </ArrayOfGetRptPlanVSActualStateStudAttendanceATAL_Result>