{
"data": [
{
"id": 0,
"tenant_id": 0,
"shift_id": 0,
"shift_name": "string",
"duration_type": "string",
"duration_type_label": "string",
"min_minutes": 0,
"min_minutes_formatted": "string",
"max_minutes": null,
"max_minutes_formatted": null,
"payroll_amount": "string",
"payroll_amount_formatted": "string",
"leave_impact": "string",
"leave_impact_label": "string",
"is_payroll_deduction": true,
"is_leave_impact": true,
"priority": 0,
"is_active": true,
"starts_on": null,
"ends_on": null,
"note": "string",
"created_at": "string",
"updated_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
}
}