{
"status": "success",
"message": "Score thresholds retrieved successfully",
"data": [
{
"id": 5,
"tenant_id": 1,
"score": "Poor",
"min_value": 0,
"max_value": 59,
"created_at": "2025-11-26T06:21:22.000000Z",
"updated_at": "2025-11-26T06:21:22.000000Z"
},
{
"id": 4,
"tenant_id": 1,
"score": "Fair",
"min_value": 60,
"max_value": 69,
"created_at": "2025-11-26T06:21:22.000000Z",
"updated_at": "2025-11-26T06:21:22.000000Z"
},
{
"id": 3,
"tenant_id": 1,
"score": "Good",
"min_value": 70,
"max_value": 79,
"created_at": "2025-11-26T06:21:22.000000Z",
"updated_at": "2025-11-26T06:21:22.000000Z"
},
{
"id": 2,
"tenant_id": 1,
"score": "Very Good",
"min_value": 80,
"max_value": 89,
"created_at": "2025-11-26T06:21:22.000000Z",
"updated_at": "2025-11-26T06:21:22.000000Z"
},
{
"id": 1,
"tenant_id": 1,
"score": "Excellent",
"min_value": 90,
"max_value": 100,
"created_at": "2025-11-26T06:21:22.000000Z",
"updated_at": "2025-11-26T06:21:22.000000Z"
}
],
"pagination": {
"current_page": 1,
"per_page": 15,
"total": 5,
"last_page": 1,
"from": 1,
"to": 5,
"first": "http://127.0.0.1:8000/api/v1/setting/score-thresholds?page=1",
"last": "http://127.0.0.1:8000/api/v1/setting/score-thresholds?page=1",
"prev": null,
"next": null
}
}