{
"status": "success",
"message": "OKR cycles fetched successfully",
"data": [
{
"id": 2,
"period": "Lorem aliqua",
"period_year": 2024,
"name": "Dr. Anne Olson",
"start_date": "2025-07-31T00:00:00.000000Z",
"end_date": "2026-07-19T00:00:00.000000Z",
"status": 0,
"status_label": "Draft",
"tenant_id": 1,
"created_by": {
"id": 1,
"name": "Super Admin",
"email": "superadmin@example.com"
},
"created_at": "2025-12-12 15:40:44",
"updated_at": "2025-12-12 15:40:44"
}
],
"pagination": {
"current_page": 2,
"per_page": 1,
"total": 2,
"last_page": 2,
"from": 2,
"to": 2,
"first": "http://127.0.0.1:8000/api/v1/okr/cycles?page=1",
"last": "http://127.0.0.1:8000/api/v1/okr/cycles?page=2",
"prev": "http://127.0.0.1:8000/api/v1/okr/cycles?page=1",
"next": null
}
}