{
"data": [
{
"id": 0,
"name": "string",
"email": "string",
"employee_id": "string",
"position": "string",
"avatar": null,
"attendance": {
"id": 0,
"user": {
"id": 0,
"name": "string",
"employee_id": null,
"position": null
},
"attendance_date": "string",
"clock_in_at": "string",
"clock_out_at": "string",
"duration": null,
"location": {
"latitude": "string",
"longitude": "string"
},
"notes": "string",
"status": {
"value": 0,
"label": "string"
},
"approved_at": null,
"rejected_reason": null,
"remarks": null,
"metadata": null,
"created_at": "string",
"updated_at": "string"
},
"has_attendance": true,
"created_at": "string"
}
],
"links": {
"first": "string",
"last": "string",
"prev": null,
"next": null
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}