GET apis/Student/GetAttendanceByChildrenAndMonthWise?chdID={chdID}&classID={classID}&dtFrom={dtFrom}&dtTo={dtTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chdID

globally unique identifier

Required

classID

globally unique identifier

Required

dtFrom

date

Required

dtTo

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ChdAttendanceDetail
NameDescriptionTypeAdditional information
compName

string

None.

locName

string

None.

Name

string

None.

dtIn

date

None.

dtOut

date

None.

status

string

None.

TimeIN

string

None.

TimeOut

string

None.

TotalTime

integer

None.

ConvertedTime

time interval

None.

className

string

None.

rowID

integer

None.

chdTCID

globally unique identifier

None.

progID

globally unique identifier

None.

rollNo

string

None.

grNO

string

None.

FatherName

string

None.

secName

string

None.

empName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "compName": "sample string 1",
    "locName": "sample string 2",
    "Name": "sample string 3",
    "dtIn": "2026-02-19T17:33:22.6816374+05:00",
    "dtOut": "2026-02-19T17:33:22.6816374+05:00",
    "status": "sample string 6",
    "TimeIN": "sample string 7",
    "TimeOut": "sample string 8",
    "TotalTime": 9,
    "ConvertedTime": "00:00:00.1234567",
    "className": "sample string 11",
    "rowID": 12,
    "chdTCID": "5234e818-9c54-41ed-ac50-6b6e6ff2c86f",
    "progID": "32131d4d-19f3-4af9-b674-1aa54978b1a8",
    "rollNo": "sample string 15",
    "grNO": "sample string 16",
    "FatherName": "sample string 17",
    "secName": "sample string 18",
    "empName": "sample string 19"
  },
  {
    "compName": "sample string 1",
    "locName": "sample string 2",
    "Name": "sample string 3",
    "dtIn": "2026-02-19T17:33:22.6816374+05:00",
    "dtOut": "2026-02-19T17:33:22.6816374+05:00",
    "status": "sample string 6",
    "TimeIN": "sample string 7",
    "TimeOut": "sample string 8",
    "TotalTime": 9,
    "ConvertedTime": "00:00:00.1234567",
    "className": "sample string 11",
    "rowID": 12,
    "chdTCID": "5234e818-9c54-41ed-ac50-6b6e6ff2c86f",
    "progID": "32131d4d-19f3-4af9-b674-1aa54978b1a8",
    "rollNo": "sample string 15",
    "grNO": "sample string 16",
    "FatherName": "sample string 17",
    "secName": "sample string 18",
    "empName": "sample string 19"
  }
]