{
"status": "success",
"message": "Leave Retrieved Successfully",
"data": {
"id": 1,
"user_id": 3,
"leave_type_id": 1,
"start_date": "2025-10-15",
"end_date": "2025-10-18",
"reason": "Family trip to Bali",
"status": 1,
"attachment": "leave-documents/trip-proof.pdf",
"created_at": "2025-10-10T10:44:10.000000Z",
"updated_at": "2025-10-10T10:47:05.000000Z",
"user": {
"id": 3,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"email_verified_at": null,
"tenant_id": 1,
"created_at": "2025-10-10T10:04:34.000000Z",
"updated_at": "2025-10-10T10:04:34.000000Z",
"is_first_login": true,
"first_login_at": null,
"deleted_at": null
},
"leave_type": {
"id": 1,
"name": "Annual Leave",
"description": "Yearly leave for all employees",
"gender": "all",
"quota_configuration": "per_level",
"created_at": "2025-10-10T10:11:25.000000Z",
"updated_at": "2025-10-10T10:11:25.000000Z"
},
"approvers": [
{
"id": 6,
"approver_id": 1,
"user_id": 1,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:50:31.000000Z",
"updated_at": "2025-10-10T10:50:31.000000Z",
"user": {
"id": 1,
"name": "Super Admin",
"email": "superadmin@example.com",
"email_verified_at": "2025-10-10T10:04:34.000000Z",
"tenant_id": 1,
"created_at": "2025-10-10T10:04:34.000000Z",
"updated_at": "2025-10-10T10:10:58.000000Z",
"is_first_login": false,
"first_login_at": "2025-10-10T10:10:58.000000Z",
"deleted_at": null
}
},
{
"id": 7,
"approver_id": 1,
"user_id": 2,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:50:31.000000Z",
"updated_at": "2025-10-10T10:50:31.000000Z",
"user": {
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"email_verified_at": null,
"tenant_id": 1,
"created_at": "2025-10-10T10:04:34.000000Z",
"updated_at": "2025-10-10T10:04:34.000000Z",
"is_first_login": true,
"first_login_at": null,
"deleted_at": null
}
}
]
}
}