Authorization: Bearer ********************{
"status": "success",
"message": "Interview Schedule Retrieved Successfully",
"data": {
"id": 1,
"date": "2025-12-02T00:00:00.000000Z",
"start_time": "10:00:00",
"end_time": "10:30:00",
"participants": [
{
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone": null,
"employee_id": 2,
"employee_code": "01010101",
"avatar_url": null
},
{
"id": 1,
"name": "Superadmin ESS",
"email": "superadmin@example.com",
"phone": null,
"employee_id": 1,
"employee_code": "00000001",
"avatar_url": null
}
],
"notes": null,
"created_at": "2025-11-28 17:07:42",
"updated_at": "2025-11-28 17:07:42"
}
}