Authorization: Bearer ********************{
"status": "success",
"message": "Key performance indicator retrieved successfully",
"data": {
"id": 1,
"tenant_id": 1,
"name": "Lari lari",
"description": null,
"frequency": 1,
"format": 1,
"target": 90,
"direction": 1,
"aggregation": 1,
"job_position_ids": [
1
],
"job_level_ids": [
2
],
"job_positions": [
{
"id": 1,
"name": "Junior Foreman Production"
}
],
"job_levels": [
{
"id": 2,
"name": "Senior Staff"
}
],
"created_at": "2025-11-30T16:58:39.000000Z",
"updated_at": "2025-12-07T14:22:54.000000Z"
}
}