v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewEvaluationScore

Reads all Review evaluation scores

Retrieves the published evaluation scores of performance reviews.

get/api/2026-07-01/resources/performance/review_evaluation_scores

Query parameters

ids[]string[]

Filter by evaluation score IDs

Filter by evaluation score IDs

[
  "1",
  "2",
  "3"
]
review_process_ids[]string[]

Filter by review process IDs

Filter by review process IDs

[
  "1",
  "2",
  "3"
]
review_evaluation_ids[]string[]

Filter by evaluation IDs

Filter by evaluation IDs

[
  "1",
  "2",
  "3"
]
target_access_ids[]string[]

Filter by employee access IDs

Filter by employee access IDs

[
  "1",
  "2",
  "3"
]
reviewer_strategies[]string[]

Filter by who scored the employee

Filter by who scored the employee

[
  "self",
  "manager"
]
review_process_target_ids[]string[]

Filter by review process target IDs

Filter by review process target IDs

[
  "1-1",
  "1-2",
  "1-3"
]

Response

OK

Example response

{
  "data": [
    {
      "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"
    }
  ]
}