Skip to main content
POST
/
method
/
education.education.doctype.program_enrollment_tool.program_enrollment_tool.get_students
Obtener Estudiantes para Inscripción
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.program_enrollment_tool.program_enrollment_tool.get_students \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "get_students_from": "Student Applicants",
  "program": "Computer Science",
  "academic_year": "2024-2025"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

get_students_from
string
required
program
string
required
academic_year
string
required

Response

200

Respuesta exitosa del servidor.