GET api/Student/GetRptIDIStudentAttendance2023/{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 GetRptIDIStudentAttendance2023_Result
NameDescriptionTypeAdditional information
centid

string

None.

city

string

None.

centname

string

None.

batchid

string

None.

batchname

string

None.

attdate

date

None.

acyear

string

None.

totalstudent

integer

None.

totpresent

integer

None.

totabsent

integer

None.

percentage

integer

None.

createby

string

None.

parentbatch

string

None.

fellowname

string

None.

iditeamleaderid

string

None.

ccname

string

None.

pcname

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "city": "sample string 2",
    "centname": "sample string 3",
    "batchid": "sample string 4",
    "batchname": "sample string 5",
    "attdate": "2025-05-10T12:11:55.2452478+05:30",
    "acyear": "sample string 6",
    "totalstudent": 1,
    "totpresent": 1,
    "totabsent": 1,
    "percentage": 1,
    "createby": "sample string 7",
    "parentbatch": "sample string 8",
    "fellowname": "sample string 9",
    "iditeamleaderid": "sample string 10",
    "ccname": "sample string 11",
    "pcname": "sample string 12",
    "tRecordCount": 13
  },
  {
    "centid": "sample string 1",
    "city": "sample string 2",
    "centname": "sample string 3",
    "batchid": "sample string 4",
    "batchname": "sample string 5",
    "attdate": "2025-05-10T12:11:55.2452478+05:30",
    "acyear": "sample string 6",
    "totalstudent": 1,
    "totpresent": 1,
    "totabsent": 1,
    "percentage": 1,
    "createby": "sample string 7",
    "parentbatch": "sample string 8",
    "fellowname": "sample string 9",
    "iditeamleaderid": "sample string 10",
    "ccname": "sample string 11",
    "pcname": "sample string 12",
    "tRecordCount": 13
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptIDIStudentAttendance2023_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptIDIStudentAttendance2023_Result>
    <acyear>sample string 6</acyear>
    <attdate>2025-05-10T12:11:55.2452478+05:30</attdate>
    <batchid>sample string 4</batchid>
    <batchname>sample string 5</batchname>
    <ccname>sample string 11</ccname>
    <centid>sample string 1</centid>
    <centname>sample string 3</centname>
    <city>sample string 2</city>
    <createby>sample string 7</createby>
    <fellowname>sample string 9</fellowname>
    <iditeamleaderid>sample string 10</iditeamleaderid>
    <parentbatch>sample string 8</parentbatch>
    <pcname>sample string 12</pcname>
    <percentage>1</percentage>
    <tRecordCount>13</tRecordCount>
    <totabsent>1</totabsent>
    <totalstudent>1</totalstudent>
    <totpresent>1</totpresent>
  </GetRptIDIStudentAttendance2023_Result>
  <GetRptIDIStudentAttendance2023_Result>
    <acyear>sample string 6</acyear>
    <attdate>2025-05-10T12:11:55.2452478+05:30</attdate>
    <batchid>sample string 4</batchid>
    <batchname>sample string 5</batchname>
    <ccname>sample string 11</ccname>
    <centid>sample string 1</centid>
    <centname>sample string 3</centname>
    <city>sample string 2</city>
    <createby>sample string 7</createby>
    <fellowname>sample string 9</fellowname>
    <iditeamleaderid>sample string 10</iditeamleaderid>
    <parentbatch>sample string 8</parentbatch>
    <pcname>sample string 12</pcname>
    <percentage>1</percentage>
    <tRecordCount>13</tRecordCount>
    <totabsent>1</totabsent>
    <totalstudent>1</totalstudent>
    <totpresent>1</totpresent>
  </GetRptIDIStudentAttendance2023_Result>
</ArrayOfGetRptIDIStudentAttendance2023_Result>