TodoResponse
Weekly TODO item with completion tracking
id object
anyOf
- string
- null
string
week_number object
anyOf
- integer
- null
integer
week_start_date object
anyOf
- string<date>
- null
string<date>
week_end_date object
anyOf
- string<date>
- null
string<date>
description object
anyOf
- string
- null
string
is_completedIs Completed (boolean)
Default value:
falsecompleted_date object
anyOf
- string<date-time>
- null
string<date-time>
completed_by_student_id object
anyOf
- string
- null
string
completed_by_name object
anyOf
- string
- null
string
is_validated_by_academic_supervisorIs Validated By Academic Supervisor (boolean)
Default value:
falseis_validated_by_internship_supervisorIs Validated By Internship Supervisor (boolean)
Default value:
falsecreated_at object
anyOf
- string<date-time>
- null
string<date-time>
updated_at object
anyOf
- string<date-time>
- null
string<date-time>
TodoResponse
{
"id": "string",
"week_number": 0,
"week_start_date": "2024-07-29",
"week_end_date": "2024-07-29",
"description": "string",
"is_completed": false,
"completed_date": "2024-07-29T15:51:28.071Z",
"completed_by_student_id": "string",
"completed_by_name": "string",
"is_validated_by_academic_supervisor": false,
"is_validated_by_internship_supervisor": false,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}