GET api/StudentAttendance/getAllRecords?BranchId={BranchId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentAttendanceDtoName | Description | Type | Additional information |
---|---|---|---|
StudentAttendanceId | decimal number |
None. |
|
AttendanceDate | date |
None. |
|
BranchId | decimal number |
None. |
|
TimeTableId | decimal number |
None. |
|
StartTime | time interval |
None. |
|
EndTime | time interval |
None. |
|
YearId | decimal number |
None. |
|
DayId | integer |
None. |
|
BatchId | decimal number |
None. |
|
GradeId | decimal number |
None. |
|
SectionId | decimal number |
None. |
|
SubjectId | decimal number |
None. |
|
EmployeeId | decimal number |
None. |
|
ClassRoomId | decimal number |
None. |
|
LectureTakenBy | decimal number |
None. |
|
TopicId | decimal number |
None. |
|
TopicName | string |
None. |
|
LectureTimeMin | decimal number |
None. |
|
LecturerRemark | string |
None. |
|
EditReason | string |
None. |
|
CreatedBy | decimal number |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | decimal number |
None. |
|
UpdatedDate | date |
None. |
|
Status | string |
None. |
|
BatchTime | string |
None. |
|
GradeTitles | string |
None. |
|
AcademicYear | string |
None. |
|
ClassRoomName | string |
None. |
|
EmployeeName | string |
None. |
|
SectionName | string |
None. |
|
SubjectName | string |
None. |
|
DayName | string |
None. |
|
TotalStudentAttendance | integer |
None. |
|
TotalAttendanceInPercent | decimal number |
None. |
|
TotalAdmissionCountInBatch | integer |
None. |
|
TotalRecords | decimal number |
None. |
|
BatchScheduleId | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
LectureTakenByName | string |
None. |
|
Present | integer |
None. |
|
Absent | integer |
None. |
|
Leave | integer |
None. |
|
CreatedByEmployee | string |
None. |
|
UpdatedByEmployee | string |
None. |
|
StudentAttendanceDetails | Collection of StudentAttendanceDetailsDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StudentAttendanceId": 1.0, "AttendanceDate": "2022-05-19T05:17:33.2896602+05:30", "BranchId": 1.0, "TimeTableId": 1.0, "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567", "YearId": 2.0, "DayId": 3, "BatchId": 4.0, "GradeId": 5.0, "SectionId": 6.0, "SubjectId": 7.0, "EmployeeId": 8.0, "ClassRoomId": 9.0, "LectureTakenBy": 10.0, "TopicId": 1.0, "TopicName": "sample string 11", "LectureTimeMin": 12.0, "LecturerRemark": "sample string 13", "EditReason": "sample string 14", "CreatedBy": 15.0, "CreatedDate": "2022-05-19T05:17:33.2896602+05:30", "UpdatedBy": 17.0, "UpdatedDate": "2022-05-19T05:17:33.2896602+05:30", "Status": "sample string 18", "BatchTime": "sample string 19", "GradeTitles": "sample string 20", "AcademicYear": "sample string 21", "ClassRoomName": "sample string 22", "EmployeeName": "sample string 23", "SectionName": "sample string 24", "SubjectName": "sample string 25", "DayName": "sample string 26", "TotalStudentAttendance": 1, "TotalAttendanceInPercent": 1.1, "TotalAdmissionCountInBatch": 1, "TotalRecords": 1.0, "BatchScheduleId": 27.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+05:30", "LectureTakenByName": "sample string 28", "Present": 29, "Absent": 30, "Leave": 31, "CreatedByEmployee": "sample string 32", "UpdatedByEmployee": "sample string 33", "StudentAttendanceDetails": [ { "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-19T05:17:33.2896602+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T05:17:33.2896602+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+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-19T05:17:33.2896602+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T05:17:33.2896602+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+05:30", "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567" } ] }, { "StudentAttendanceId": 1.0, "AttendanceDate": "2022-05-19T05:17:33.2896602+05:30", "BranchId": 1.0, "TimeTableId": 1.0, "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567", "YearId": 2.0, "DayId": 3, "BatchId": 4.0, "GradeId": 5.0, "SectionId": 6.0, "SubjectId": 7.0, "EmployeeId": 8.0, "ClassRoomId": 9.0, "LectureTakenBy": 10.0, "TopicId": 1.0, "TopicName": "sample string 11", "LectureTimeMin": 12.0, "LecturerRemark": "sample string 13", "EditReason": "sample string 14", "CreatedBy": 15.0, "CreatedDate": "2022-05-19T05:17:33.2896602+05:30", "UpdatedBy": 17.0, "UpdatedDate": "2022-05-19T05:17:33.2896602+05:30", "Status": "sample string 18", "BatchTime": "sample string 19", "GradeTitles": "sample string 20", "AcademicYear": "sample string 21", "ClassRoomName": "sample string 22", "EmployeeName": "sample string 23", "SectionName": "sample string 24", "SubjectName": "sample string 25", "DayName": "sample string 26", "TotalStudentAttendance": 1, "TotalAttendanceInPercent": 1.1, "TotalAdmissionCountInBatch": 1, "TotalRecords": 1.0, "BatchScheduleId": 27.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+05:30", "LectureTakenByName": "sample string 28", "Present": 29, "Absent": 30, "Leave": 31, "CreatedByEmployee": "sample string 32", "UpdatedByEmployee": "sample string 33", "StudentAttendanceDetails": [ { "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-19T05:17:33.2896602+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T05:17:33.2896602+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+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-19T05:17:33.2896602+05:30", "AdmissionId": 7.0, "StudentName": "sample string 8", "IdCardNo": "sample string 9", "GradeTitles": "sample string 10", "BalanceDue": 1.1, "InstallmentDueDate": "2022-05-19T05:17:33.2896602+05:30", "PresentRatio": "sample string 11", "BatchScheduleId": 12.0, "StartDate": "2022-05-19T05:17:33.2896602+05:30", "EndDate": "2022-05-19T05:17:33.2896602+05:30", "StartTime": "00:00:00.1234567", "EndTime": "00:00:00.1234567" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfStudentAttendanceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <StudentAttendanceDto> <Absent>30</Absent> <AcademicYear>sample string 21</AcademicYear> <AttendanceDate>2022-05-19T05:17:33.2896602+05:30</AttendanceDate> <BatchId>4</BatchId> <BatchScheduleId>27</BatchScheduleId> <BatchTime>sample string 19</BatchTime> <BranchId>1</BranchId> <ClassRoomId>9</ClassRoomId> <ClassRoomName>sample string 22</ClassRoomName> <CreatedBy>15</CreatedBy> <CreatedByEmployee>sample string 32</CreatedByEmployee> <CreatedDate>2022-05-19T05:17:33.2896602+05:30</CreatedDate> <DayId>3</DayId> <DayName>sample string 26</DayName> <EditReason>sample string 14</EditReason> <EmployeeId>8</EmployeeId> <EmployeeName>sample string 23</EmployeeName> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeId>5</GradeId> <GradeTitles>sample string 20</GradeTitles> <Leave>31</Leave> <LectureTakenBy>10</LectureTakenBy> <LectureTakenByName>sample string 28</LectureTakenByName> <LectureTimeMin>12</LectureTimeMin> <LecturerRemark>sample string 13</LecturerRemark> <Present>29</Present> <SectionId>6</SectionId> <SectionName>sample string 24</SectionName> <StartDate>2022-05-19T05:17:33.2896602+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <Status>sample string 18</Status> <StudentAttendanceDetails> <StudentAttendanceDetailsDto> <AdmissionGradeSubjectId>3</AdmissionGradeSubjectId> <AdmissionId>7</AdmissionId> <AttendanceDate>2022-05-19T05:17:33.2896602+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T05:17:33.2896602+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T05:17:33.2896602+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-19T05:17:33.2896602+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T05:17:33.2896602+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T05:17:33.2896602+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <StudentAttendanceDetailsId>1</StudentAttendanceDetailsId> <StudentAttendanceId>2</StudentAttendanceId> <StudentName>sample string 8</StudentName> </StudentAttendanceDetailsDto> </StudentAttendanceDetails> <StudentAttendanceId>1</StudentAttendanceId> <SubjectId>7</SubjectId> <SubjectName>sample string 25</SubjectName> <TimeTableId>1</TimeTableId> <TopicId>1</TopicId> <TopicName>sample string 11</TopicName> <TotalAdmissionCountInBatch>1</TotalAdmissionCountInBatch> <TotalAttendanceInPercent>1.1</TotalAttendanceInPercent> <TotalRecords>1</TotalRecords> <TotalStudentAttendance>1</TotalStudentAttendance> <UpdatedBy>17</UpdatedBy> <UpdatedByEmployee>sample string 33</UpdatedByEmployee> <UpdatedDate>2022-05-19T05:17:33.2896602+05:30</UpdatedDate> <YearId>2</YearId> </StudentAttendanceDto> <StudentAttendanceDto> <Absent>30</Absent> <AcademicYear>sample string 21</AcademicYear> <AttendanceDate>2022-05-19T05:17:33.2896602+05:30</AttendanceDate> <BatchId>4</BatchId> <BatchScheduleId>27</BatchScheduleId> <BatchTime>sample string 19</BatchTime> <BranchId>1</BranchId> <ClassRoomId>9</ClassRoomId> <ClassRoomName>sample string 22</ClassRoomName> <CreatedBy>15</CreatedBy> <CreatedByEmployee>sample string 32</CreatedByEmployee> <CreatedDate>2022-05-19T05:17:33.2896602+05:30</CreatedDate> <DayId>3</DayId> <DayName>sample string 26</DayName> <EditReason>sample string 14</EditReason> <EmployeeId>8</EmployeeId> <EmployeeName>sample string 23</EmployeeName> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeId>5</GradeId> <GradeTitles>sample string 20</GradeTitles> <Leave>31</Leave> <LectureTakenBy>10</LectureTakenBy> <LectureTakenByName>sample string 28</LectureTakenByName> <LectureTimeMin>12</LectureTimeMin> <LecturerRemark>sample string 13</LecturerRemark> <Present>29</Present> <SectionId>6</SectionId> <SectionName>sample string 24</SectionName> <StartDate>2022-05-19T05:17:33.2896602+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <Status>sample string 18</Status> <StudentAttendanceDetails> <StudentAttendanceDetailsDto> <AdmissionGradeSubjectId>3</AdmissionGradeSubjectId> <AdmissionId>7</AdmissionId> <AttendanceDate>2022-05-19T05:17:33.2896602+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T05:17:33.2896602+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T05:17:33.2896602+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-19T05:17:33.2896602+05:30</AttendanceDate> <BalanceDue>1.1</BalanceDue> <BatchScheduleId>12</BatchScheduleId> <EndDate>2022-05-19T05:17:33.2896602+05:30</EndDate> <EndTime>PT0.1234567S</EndTime> <GradeTitles>sample string 10</GradeTitles> <IdCardNo>sample string 9</IdCardNo> <InTime>PT0.1234567S</InTime> <InstallmentDueDate>2022-05-19T05:17:33.2896602+05:30</InstallmentDueDate> <IsAbsent>5</IsAbsent> <IsLeave>6</IsLeave> <IsPresent>4</IsPresent> <OutTime>PT0.1234567S</OutTime> <PresentRatio>sample string 11</PresentRatio> <StartDate>2022-05-19T05:17:33.2896602+05:30</StartDate> <StartTime>PT0.1234567S</StartTime> <StudentAttendanceDetailsId>1</StudentAttendanceDetailsId> <StudentAttendanceId>2</StudentAttendanceId> <StudentName>sample string 8</StudentName> </StudentAttendanceDetailsDto> </StudentAttendanceDetails> <StudentAttendanceId>1</StudentAttendanceId> <SubjectId>7</SubjectId> <SubjectName>sample string 25</SubjectName> <TimeTableId>1</TimeTableId> <TopicId>1</TopicId> <TopicName>sample string 11</TopicName> <TotalAdmissionCountInBatch>1</TotalAdmissionCountInBatch> <TotalAttendanceInPercent>1.1</TotalAttendanceInPercent> <TotalRecords>1</TotalRecords> <TotalStudentAttendance>1</TotalStudentAttendance> <UpdatedBy>17</UpdatedBy> <UpdatedByEmployee>sample string 33</UpdatedByEmployee> <UpdatedDate>2022-05-19T05:17:33.2896602+05:30</UpdatedDate> <YearId>2</YearId> </StudentAttendanceDto> </ArrayOfStudentAttendanceDto>