{
"status": "string",
"message": "string",
"data": [
{
"id": 0,
"tenant_id": 0,
"created_by": {
"id": 0,
"name": "string",
"email": "string"
},
"period_year": 0,
"period_month": 0,
"period_label": "string",
"send_payslip_at": "string",
"auto_send_payslip": true,
"status": 0,
"status_label": "string",
"generation_status": 0,
"generation_status_label": "string",
"notes": "string",
"locked_at": null,
"sent_at": null,
"can_be_locked": true,
"can_be_sent": true,
"can_be_cancelled": true,
"is_generating": true,
"is_generation_completed": true,
"created_at": "string",
"updated_at": "string"
}
],
"pagination": {
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0,
"from": 0,
"to": 0,
"first": "string",
"last": "string",
"prev": null,
"next": null
}
}