{
"data": [
{
"id": 1501,
"candidate": {
"name": "Jane Smith",
"email": "jane.smith@example.com",
"phone": "+441234567890",
"job_role": "Registered Nurse",
"nmc_number": "12A3456B"
},
"interview_type": {
"id": 4,
"name": "Clinical Interview"
},
"interviewer": {
"id": 3,
"name": "Dr. Sarah Connor"
},
"start_date": "2026-06-10T09:00:00+01:00",
"end_date": "2026-06-10T10:00:00+01:00",
"booking_status": "booked",
"interview_status": "scheduled",
"attendance": "attended",
"pay_status": "completed",
"pay_option": "credits",
"booked_by": "Agency",
"zoom": {
"meeting_id": "948 8026 4274",
"join_link": "https://zoom.us/j/94880264274",
"password": "abc123"
},
"interview_report_available": false,
"created_at": "2026-06-03T18:00:00+00:00"
}
],
"links": {
"first": "http://example.com",
"last": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 20,
"to": 20,
"total": 87
}
}