v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > CompanyEmployeeScoreScale

Reads all Company employee score scales

Retrieves the predefined scale set for the company and used when scoring the employee inside a review.

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

Query parameters

ids[]string[]

Filter by company IDs

Filter by company IDs

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

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "scale_id": "1",
      "is_default": true
    }
  ]
}