{
"status": "success",
"message": "Handover items for work retrieved successfully",
"data": [
{
"id": 1,
"offboarding_id": 1,
"category": "work",
"name": "Project Documentation - E-commerce Platform",
"notes": "Complete project documentation including API specs, database schema, and deployment guide",
"status": 1,
"expected_return_date": null,
"received_at": null,
"meta": {
"project_name": "E-commerce Platform",
"priority": "high",
"deadline": "2025-09-29"
},
"created_at": "2025-09-14T16:32:26.000000Z",
"updated_at": "2025-09-14T16:32:26.000000Z",
"recipients": []
},
{
"id": 2,
"offboarding_id": 1,
"category": "work",
"name": "Client Communication Handover",
"notes": "Transfer all client communications and ongoing projects to team lead",
"status": 2,
"expected_return_date": null,
"received_at": null,
"meta": {
"client_count": 5,
"active_projects": 3
},
"created_at": "2025-09-14T16:32:26.000000Z",
"updated_at": "2025-09-14T16:32:26.000000Z",
"recipients": []
}
]
}