GET api/Student/GetStudentAttendnaceList/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetStudentAttendanceList_Result
NameDescriptionTypeAdditional information
batchid

string

None.

batchname

string

None.

attdate

date

None.

totpresent

integer

None.

totabsent

integer

None.

attid

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "batchid": "sample string 1",
    "batchname": "sample string 2",
    "attdate": "2025-05-10T12:29:45.0750884+05:30",
    "totpresent": 1,
    "totabsent": 1,
    "attid": "sample string 3",
    "tRecordCount": 4
  },
  {
    "batchid": "sample string 1",
    "batchname": "sample string 2",
    "attdate": "2025-05-10T12:29:45.0750884+05:30",
    "totpresent": 1,
    "totabsent": 1,
    "attid": "sample string 3",
    "tRecordCount": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStudentAttendanceList_Result>
    <attdate>2025-05-10T12:29:45.0750884+05:30</attdate>
    <attid>sample string 3</attid>
    <batchid>sample string 1</batchid>
    <batchname>sample string 2</batchname>
    <tRecordCount>4</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentAttendanceList_Result>
  <GetStudentAttendanceList_Result>
    <attdate>2025-05-10T12:29:45.0750884+05:30</attdate>
    <attid>sample string 3</attid>
    <batchid>sample string 1</batchid>
    <batchname>sample string 2</batchname>
    <tRecordCount>4</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentAttendanceList_Result>
</ArrayOfGetStudentAttendanceList_Result>