v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewEvaluationScore
Reads a single Review evaluation score
Retrieves the published evaluation scores of performance reviews.
get/api/2026-07-01/resources/performance/review_evaluation_scores/{id}
Path parameters
idstring required
Filter by evaluation score IDs
Response
OK
Example response
{
"id": "1",
"review_process_id": "1",
"review_evaluation_id": "1",
"target_access_id": "1",
"company_id": "1",
"reviewer_strategy": "manager",
"review_process_target_id": "1-1",
"potential_score": 3,
"normalized_potential_score": 50,
"score": 3,
"scale_min": 1,
"scale_max": 5,
"normalized_score": 50,
"published_at": "2024-01-01T00:00:00.000+00:00"
}