{
"status": "success",
"message": "Print requests retrieved successfully",
"data": [
{
"id": 91,
"employee": {
"id": 3,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"phone": null,
"employee_id": 3,
"employee_code": "01010102",
"avatar_url": null
},
"payrun": {
"id": 8,
"period_year": 2025,
"period_month": 2,
"period_label": "February 2025"
},
"print_access_status": 0,
"print_access_status_label": "Pending",
"print_access_requested_at": "2025-11-17 21:35:59",
"print_access_granted_at": null,
"created_at": "2025-11-17T09:33:42.000000Z",
"updated_at": "2025-11-17T09:33:42.000000Z"
}
],
"pagination": {
"current_page": 2,
"per_page": 1,
"total": 3,
"last_page": 3,
"from": 2,
"to": 2,
"first": "http://127.0.0.1:8000/api/v1/payslip-print?page=1",
"last": "http://127.0.0.1:8000/api/v1/payslip-print?page=3",
"prev": "http://127.0.0.1:8000/api/v1/payslip-print?page=1",
"next": "http://127.0.0.1:8000/api/v1/payslip-print?page=3"
}
}