GET api/Student/GetStudentSummerCampAttendanceList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetStudentSummerCampAttendanceList_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

batchname

string

None.

attdate

date

None.

totpresent

integer

None.

totabsent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchname": "sample string 3",
    "attdate": "2026-05-03T17:28:41.3892898+05:30",
    "totpresent": 1,
    "totabsent": 1
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchname": "sample string 3",
    "attdate": "2026-05-03T17:28:41.3892898+05:30",
    "totpresent": 1,
    "totabsent": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentSummerCampAttendanceList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStudentSummerCampAttendanceList_Result>
    <attdate>2026-05-03T17:28:41.3892898+05:30</attdate>
    <batchname>sample string 3</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentSummerCampAttendanceList_Result>
  <GetStudentSummerCampAttendanceList_Result>
    <attdate>2026-05-03T17:28:41.3892898+05:30</attdate>
    <batchname>sample string 3</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetStudentSummerCampAttendanceList_Result>
</ArrayOfGetStudentSummerCampAttendanceList_Result>