Skip to main content
POST
/
method
/
education.education.api.mark_attendance
Marcar Asistencia Masiva
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.api.mark_attendance \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "students_present": "[{\"student\": \"EDU-STU-2025-00001\", \"student_name\": \"Estudiante 1\"}, {\"student\": \"EDU-STU-2025-00002\", \"student_name\": \"Estudiante 2\"}]",
  "students_absent": "[{\"student\": \"EDU-STU-2025-00003\", \"student_name\": \"Estudiante 3\"}]",
  "student_group": "CS-2025-A",
  "date": "2025-01-07"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

students_present
string
required
students_absent
string
required
student_group
string
required
date
string
required

Response

200

Respuesta exitosa del servidor.