Skip to main content
POST
/
method
/
education.education.doctype.student_attendance_tool.student_attendance_tool.get_student_attendance_records
Obtener Estudiantes para Asistencia
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.student_attendance_tool.student_attendance_tool.get_student_attendance_records \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "based_on": "Student Group",
  "student_group": "STU-GRP-00001",
  "date": "2025-01-15"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

based_on
string
required
student_group
string
required
date
string
required

Response

200

Respuesta exitosa del servidor.