v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > 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

idstring required

Review evaluation score ID

review_process_idstring required

Review process ID

review_evaluation_idstring required

Review evaluation ID

target_access_idstring required

Employee access ID

company_idstring required

Company identifier of the review evaluation score

reviewer_strategy'self' | 'manager' | 'direct_reports' | 'peers' required

Who scored the employee

review_process_target_idstring required

Review process target ID (composed with review_process_id and target_access_id)

potential_scoreinteger

Employee evaluation potential score within the min and max scale

normalized_potential_scorenumber

Employee evaluation potential score in percentage (0% to 100%)

scorenumber required

Evaluation score within the min and max scale

scale_mininteger required

Minimum score in the scale

scale_maxinteger required

Maximum score in the scale

normalized_scorenumber required

Evaluation score in percentage (0% to 100%)

published_atstring required

Date and time when the evaluation score was published

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"
}