GET api/JankariPortal/GetRptTraineeAttendance?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptTraineeAttendance_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| trattid | string |
None. |
|
| date | date |
None. |
|
| totemp | integer |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| percentage | integer |
None. |
|
| month | integer |
None. |
|
| year | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"trattid": "sample string 1",
"date": "2026-01-14T19:23:25.7464932+05:30",
"totemp": 1,
"totpresent": 1,
"totabsent": 1,
"percentage": 1,
"month": 1,
"year": 1
},
{
"trattid": "sample string 1",
"date": "2026-01-14T19:23:25.7464932+05:30",
"totemp": 1,
"totpresent": 1,
"totabsent": 1,
"percentage": 1,
"month": 1,
"year": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptTraineeAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptTraineeAttendance_Result>
<date>2026-01-14T19:23:25.7464932+05:30</date>
<month>1</month>
<percentage>1</percentage>
<totabsent>1</totabsent>
<totemp>1</totemp>
<totpresent>1</totpresent>
<trattid>sample string 1</trattid>
<year>1</year>
</GetRptTraineeAttendance_Result>
<GetRptTraineeAttendance_Result>
<date>2026-01-14T19:23:25.7464932+05:30</date>
<month>1</month>
<percentage>1</percentage>
<totabsent>1</totabsent>
<totemp>1</totemp>
<totpresent>1</totpresent>
<trattid>sample string 1</trattid>
<year>1</year>
</GetRptTraineeAttendance_Result>
</ArrayOfGetRptTraineeAttendance_Result>