GET api/StudentAttendance/getStudents/TimeTable/{Id}?BranchId={BranchId}&AttendanceDate={AttendanceDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
BranchId | integer |
Required |
|
AttendanceDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentAttendanceDetailsDtoName | Description | Type | Additional information |
---|---|---|---|
StudentAttendanceDetailsId | decimal number |
None. |
|
StudentAttendanceId | decimal number |
None. |
|
InTime | time interval |
None. |
|
OutTime | time interval |
None. |
|
AdmissionGradeSubjectId | decimal number |
None. |
|
IsPresent | integer |
None. |
|
IsAbsent | integer |
None. |
|
IsLeave | integer |
None. |
|
AttendanceDate | date |
None. |
|
AdmissionId | decimal number |
None. |
|
StudentName | string |
None. |
|
IdCardNo | string |
None. |
|
GradeTitles | string |
None. |
|
BalanceDue | decimal number |
None. |
|
InstallmentDueDate | date |
None. |
|
PresentRatio | string |
None. |
|
BatchScheduleId | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
StartTime | time interval |
None. |
|
EndTime | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StudentAttendanceDetailsId": 1.0, "StudentAttendanceId": 2.0, "InTime": "00:00:00.1234567", "OutTime": "00:00:00.1234567", "AdmissionGradeSubjectId": 3.0, "IsPresent": 4, "IsAbsent": 5, "IsLeave": 6, "AttendanceDate": "2022-05-19T03:54:27.8366188+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T03:54:27.8366188+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T03:54:27.8366188+05:30", "EndDate": "2022-05-19T03:54:27.8366188+05:30", "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567" }, { "StudentAttendanceDetailsId": 1.0, "StudentAttendanceId": 2.0, "InTime": "00:00:00.1234567", "OutTime": "00:00:00.1234567", "AdmissionGradeSubjectId": 3.0, "IsPresent": 4, "IsAbsent": 5, "IsLeave": 6, "AttendanceDate": "2022-05-19T03:54:27.8366188+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T03:54:27.8366188+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T03:54:27.8366188+05:30", "EndDate": "2022-05-19T03:54:27.8366188+05:30", "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567" } ]
application/xml, text/xml
Sample:
<ArrayOfStudentAttendanceDetailsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <StudentAttendanceDetailsDto> <AdmissionGradeSubjectId>3</AdmissionGradeSubjectId> <AdmissionId>7</AdmissionId> <AttendanceDate>2022-05-19T03:54:27.8366188+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T03:54:27.8366188+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T03:54:27.8366188+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T03:54:27.8366188+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <StudentAttendanceDetailsId>1</StudentAttendanceDetailsId> <StudentAttendanceId>2</StudentAttendanceId> <StudentName>sample string 8</StudentName> </StudentAttendanceDetailsDto> <StudentAttendanceDetailsDto> <AdmissionGradeSubjectId>3</AdmissionGradeSubjectId> <AdmissionId>7</AdmissionId> <AttendanceDate>2022-05-19T03:54:27.8366188+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T03:54:27.8366188+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T03:54:27.8366188+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T03:54:27.8366188+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <StudentAttendanceDetailsId>1</StudentAttendanceDetailsId> <StudentAttendanceId>2</StudentAttendanceId> <StudentName>sample string 8</StudentName> </StudentAttendanceDetailsDto> </ArrayOfStudentAttendanceDetailsDto>