{
"status": "success",
"message": "Key performance indicators retrieved successfully",
"data": [
{
"id": 2,
"tenant_id": 1,
"name": "Lari lari",
"description": null,
"frequency": 1,
"format": 1,
"job_position_id": 1,
"job_level_id": 2,
"target": 90,
"direction": 1,
"aggregation": 1,
"created_at": "2025-11-30T16:59:13.000000Z",
"updated_at": "2025-11-30T16:59:13.000000Z"
},
{
"id": 1,
"tenant_id": 1,
"name": "Lari lari",
"description": null,
"frequency": 1,
"format": 1,
"job_position_id": 1,
"job_level_id": 2,
"target": 90,
"direction": 1,
"aggregation": 1,
"created_at": "2025-11-30T16:58:39.000000Z",
"updated_at": "2025-11-30T16:58:39.000000Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 15,
"total": 2,
"last_page": 1,
"from": 1,
"to": 2,
"first": "http://127.0.0.1:8000/api/v1/key-performance-indicators?page=1",
"last": "http://127.0.0.1:8000/api/v1/key-performance-indicators?page=1",
"prev": null,
"next": null
}
}