Campos requeridos: student, date, status
status: Present, Absent, Leave
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"date": "2025-01-07",
"status": "Present",
"student_group": "CS-2025-A"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.edtools.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"date": "2025-01-07",
"status": "Present",
"student_group": "CS-2025-A"
}
'