Campos requeridos: academic_year, term_name, term_start_date, term_end_date
cURL
curl --request POST \ --url https://cucuniversity.edtools.co/api/resource/Academic%20Term \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "academic_year": "2024-2025", "term_name": "Semester 2", "term_start_date": "2025-01-15", "term_end_date": "2025-06-30" } '
Documentation IndexFetch the complete documentation index at: https://docs.edtools.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edtools.co/llms.txt
Use this file to discover all available pages before exploring further.
—
Respuesta exitosa del servidor.
Was this page helpful?