{
"status": "success",
"message": "Payruns retrieved successfully",
"data": [
{
"id": 91,
"event": "PAYSLIP_UPDATED",
"entity": "allowance_adjustment",
"message": "John Doe Allowance adjusted : 10,000,000.00 => 10,000,000.00",
"actor": {
"id": 1,
"name": "Super Admin",
"email": "superadmin@example.com",
"phone": null,
"employee_id": 1,
"employee_code": "00000001",
"avatar_url": null
},
"created_at": "2025-11-23T16:45:14.000000Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 1,
"total": 12,
"last_page": 12,
"from": 1,
"to": 1,
"first": "http://127.0.0.1:8000/api/v1/payruns/11/logs?page=1",
"last": "http://127.0.0.1:8000/api/v1/payruns/11/logs?page=12",
"prev": null,
"next": "http://127.0.0.1:8000/api/v1/payruns/11/logs?page=2"
}
}