GET api/JankariPortal/GetRptTraineeAttendance?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptTraineeAttendance_Result
NameDescriptionTypeAdditional 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.

training

string

None.

day

string

None.

academicyear

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "trattid": "sample string 1",
    "date": "2025-05-10T12:24:20.6268498+05:30",
    "totemp": 1,
    "totpresent": 1,
    "totabsent": 1,
    "percentage": 1,
    "month": 1,
    "year": 1,
    "training": "sample string 2",
    "day": "sample string 3",
    "academicyear": "sample string 4"
  },
  {
    "trattid": "sample string 1",
    "date": "2025-05-10T12:24:20.6268498+05:30",
    "totemp": 1,
    "totpresent": 1,
    "totabsent": 1,
    "percentage": 1,
    "month": 1,
    "year": 1,
    "training": "sample string 2",
    "day": "sample string 3",
    "academicyear": "sample string 4"
  }
]

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>
    <academicyear>sample string 4</academicyear>
    <date>2025-05-10T12:24:20.6268498+05:30</date>
    <day>sample string 3</day>
    <month>1</month>
    <percentage>1</percentage>
    <totabsent>1</totabsent>
    <totemp>1</totemp>
    <totpresent>1</totpresent>
    <training>sample string 2</training>
    <trattid>sample string 1</trattid>
    <year>1</year>
  </GetRptTraineeAttendance_Result>
  <GetRptTraineeAttendance_Result>
    <academicyear>sample string 4</academicyear>
    <date>2025-05-10T12:24:20.6268498+05:30</date>
    <day>sample string 3</day>
    <month>1</month>
    <percentage>1</percentage>
    <totabsent>1</totabsent>
    <totemp>1</totemp>
    <totpresent>1</totpresent>
    <training>sample string 2</training>
    <trattid>sample string 1</trattid>
    <year>1</year>
  </GetRptTraineeAttendance_Result>
</ArrayOfGetRptTraineeAttendance_Result>