{
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/job-positions?page=1",
"data": [
{
"id": 3,
"name": "Shift Leader",
"description": "Responsible for leading a shift.",
"status": "1",
"created_at": "2025-08-09T06:58:53.000000Z",
"updated_at": "2025-08-09T06:58:53.000000Z"
},
{
"id": 4,
"name": "Shift Manager",
"description": "Manages operations for a specific shift.",
"status": "1",
"created_at": "2025-08-09T06:58:53.000000Z",
"updated_at": "2025-08-09T06:58:53.000000Z"
},
{
"id": 2,
"name": "Junior Foreman Production",
"description": "Entry-level foreman in production.",
"status": "2",
"created_at": "2025-08-09T06:58:53.000000Z",
"updated_at": "2025-08-09T06:58:53.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/job-positions?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/job-positions",
"per_page": 10,
"prev_page_url": null,
"to": 3
}