POST api/TeacherAttendanceToJustify
Retorna los bloques disponibles a justificar del docente
Request Information
URI Parameters
None.
Body Parameters
TeacherAttendanceToJustifyDataRequestName | Description | Type | Additional information |
---|---|---|---|
TeacherPersonId |
Cédula del docente |
string |
None. |
Nrc |
Nrc del bloque |
string |
None. |
Term |
Periodo |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "teacherPersonId": "sample string 1", "nrc": "sample string 2", "term": "sample string 3" }
Response Information
Resource Description
TeacherAttendanceToJustifyDataResponseName | Description | Type | Additional information |
---|---|---|---|
ResponseCode |
Código de respuesta |
TeacherAttendanceToJustifyResponseType |
None. |
ResponseMessage |
Mensaje de respuesta |
string |
None. |
Content |
Contenido de respuesta |
Collection of AgendaModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "responseCode": 0, "responseMessage": "sample string 1", "content": [ { "blockId": 1, "blockGuid": "sample string 2", "blockScheduleId": 3, "blockScheduleGuid": "sample string 4", "scheduleId": 5, "teacherId": 1, "teacherPersonId": "sample string 6", "teacherDisplayName": "sample string 7", "blockTermId": "sample string 8", "blockDate": "2025-06-05T23:22:20.1681482-05:00", "nrc": "sample string 10", "subjectId": "sample string 11", "subjectDisplayName": "sample string 12", "subjectClass": "sample string 13", "programLevelId": "sample string 14", "blockClassRoomId": "sample string 15", "blockPlannedStartTime": "sample string 16", "blockPlannedEndTime": "sample string 17", "scheduleTypeId": "sample string 18", "scheduleTeacherCategory": "sample string 19", "scheduleStrPlannedStartTime": "sample string 20", "scheduleStrPlannedEndTime": "sample string 21", "plannedDurationSession": 1, "teacherAttendanceResultId": "sample string 22", "teacherAttendanceResultName": "sample string 23", "thematicContentBody": "sample string 24", "editThematicContentEnabled": true, "teacherAttendanceIsJustified": true, "crossListGroup": "sample string 27", "teacherAttendanceCheckInTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceCheckOutTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceAttendTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceCheckInComment": "sample string 28", "teacherAttendanceCheckOutComment": "sample string 29", "teacherAttendancePercentageCompleted": 1.1, "teacherAttendanceRealTimeDuration": 1.1, "parentId": 1, "currentPlannedStartDateTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedEndDateTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedStartTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedEndTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceDelayedAttendTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceDelayedCheckOutTime": "2025-06-05T23:22:20.1692393-05:00" }, { "blockId": 1, "blockGuid": "sample string 2", "blockScheduleId": 3, "blockScheduleGuid": "sample string 4", "scheduleId": 5, "teacherId": 1, "teacherPersonId": "sample string 6", "teacherDisplayName": "sample string 7", "blockTermId": "sample string 8", "blockDate": "2025-06-05T23:22:20.1681482-05:00", "nrc": "sample string 10", "subjectId": "sample string 11", "subjectDisplayName": "sample string 12", "subjectClass": "sample string 13", "programLevelId": "sample string 14", "blockClassRoomId": "sample string 15", "blockPlannedStartTime": "sample string 16", "blockPlannedEndTime": "sample string 17", "scheduleTypeId": "sample string 18", "scheduleTeacherCategory": "sample string 19", "scheduleStrPlannedStartTime": "sample string 20", "scheduleStrPlannedEndTime": "sample string 21", "plannedDurationSession": 1, "teacherAttendanceResultId": "sample string 22", "teacherAttendanceResultName": "sample string 23", "thematicContentBody": "sample string 24", "editThematicContentEnabled": true, "teacherAttendanceIsJustified": true, "crossListGroup": "sample string 27", "teacherAttendanceCheckInTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceCheckOutTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceAttendTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceCheckInComment": "sample string 28", "teacherAttendanceCheckOutComment": "sample string 29", "teacherAttendancePercentageCompleted": 1.1, "teacherAttendanceRealTimeDuration": 1.1, "parentId": 1, "currentPlannedStartDateTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedEndDateTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedStartTime": "2025-06-05T23:22:20.1692393-05:00", "currentPlannedEndTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceDelayedAttendTime": "2025-06-05T23:22:20.1692393-05:00", "teacherAttendanceDelayedCheckOutTime": "2025-06-05T23:22:20.1692393-05:00" } ] }