Skip to main content
POST
/
method
/
education.education.doctype.student_group_creation_tool.student_group_creation_tool.get_courses
Obtener Cursos del Programa
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.student_group_creation_tool.student_group_creation_tool.get_courses \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "program": "Computer Science"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

program
string
required

Response

200

Respuesta exitosa del servidor.