Skip to main content
POST
/
method
/
education.education.report_card.get_student_report_card
Generar Reporte Individual
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.report_card.get_student_report_card \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student": "EDU-STU-2025-02904",
  "academic_year": "2024-2025",
  "academic_term": "First Semester 2024-2025"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student
string
required
academic_year
string
required
academic_term
string
required

Response

200

Respuesta exitosa del servidor.