GET api/StudentAttendance/getStudents/TimeTable/{Id}?BranchId={BranchId}&AttendanceDate={AttendanceDate}&StudentAttendanceId={StudentAttendanceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| BranchId | integer |
Required |
|
| AttendanceDate | string |
Required |
|
| StudentAttendanceId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentAttendanceDetailsDto| Name | 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. |
|
| Comments | string |
None. |
|
| IsHold | integer |
None. |
|
| IsDrop | integer |
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": "2025-12-06T01:20:12.3190761+05:30",
"AdmissionId": 7.0,
"StudentName": "sample string 8",
"IdCardNo": "sample string 9",
"GradeTitles": "sample string 10",
"BalanceDue": 1.1,
"InstallmentDueDate": "2025-12-06T01:20:12.3190761+05:30",
"PresentRatio": "sample string 11",
"BatchScheduleId": 12.0,
"StartDate": "2025-12-06T01:20:12.3190761+05:30",
"EndDate": "2025-12-06T01:20:12.3190761+05:30",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567",
"Comments": "sample string 13",
"IsHold": 1,
"IsDrop": 1
},
{
"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": "2025-12-06T01:20:12.3190761+05:30",
"AdmissionId": 7.0,
"StudentName": "sample string 8",
"IdCardNo": "sample string 9",
"GradeTitles": "sample string 10",
"BalanceDue": 1.1,
"InstallmentDueDate": "2025-12-06T01:20:12.3190761+05:30",
"PresentRatio": "sample string 11",
"BatchScheduleId": 12.0,
"StartDate": "2025-12-06T01:20:12.3190761+05:30",
"EndDate": "2025-12-06T01:20:12.3190761+05:30",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567",
"Comments": "sample string 13",
"IsHold": 1,
"IsDrop": 1
}
]
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>2025-12-06T01:20:12.3190761+05:30</AttendanceDate>
<BalanceDue>1.1</BalanceDue>
<BatchScheduleId>12</BatchScheduleId>
<Comments>sample string 13</Comments>
<EndDate>2025-12-06T01:20:12.3190761+05:30</EndDate>
<EndTime>PT0.1234567S</EndTime>
<GradeTitles>sample string 10</GradeTitles>
<IdCardNo>sample string 9</IdCardNo>
<InTime>PT0.1234567S</InTime>
<InstallmentDueDate>2025-12-06T01:20:12.3190761+05:30</InstallmentDueDate>
<IsAbsent>5</IsAbsent>
<IsDrop>1</IsDrop>
<IsHold>1</IsHold>
<IsLeave>6</IsLeave>
<IsPresent>4</IsPresent>
<OutTime>PT0.1234567S</OutTime>
<PresentRatio>sample string 11</PresentRatio>
<StartDate>2025-12-06T01:20:12.3190761+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>2025-12-06T01:20:12.3190761+05:30</AttendanceDate>
<BalanceDue>1.1</BalanceDue>
<BatchScheduleId>12</BatchScheduleId>
<Comments>sample string 13</Comments>
<EndDate>2025-12-06T01:20:12.3190761+05:30</EndDate>
<EndTime>PT0.1234567S</EndTime>
<GradeTitles>sample string 10</GradeTitles>
<IdCardNo>sample string 9</IdCardNo>
<InTime>PT0.1234567S</InTime>
<InstallmentDueDate>2025-12-06T01:20:12.3190761+05:30</InstallmentDueDate>
<IsAbsent>5</IsAbsent>
<IsDrop>1</IsDrop>
<IsHold>1</IsHold>
<IsLeave>6</IsLeave>
<IsPresent>4</IsPresent>
<OutTime>PT0.1234567S</OutTime>
<PresentRatio>sample string 11</PresentRatio>
<StartDate>2025-12-06T01:20:12.3190761+05:30</StartDate>
<StartTime>PT0.1234567S</StartTime>
<StudentAttendanceDetailsId>1</StudentAttendanceDetailsId>
<StudentAttendanceId>2</StudentAttendanceId>
<StudentName>sample string 8</StudentName>
</StudentAttendanceDetailsDto>
</ArrayOfStudentAttendanceDetailsDto>