v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > CompanyEmployeeScoreScale

Reads a single Company employee score scale

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/{id}

Path parameters

idstring required

Filter by company IDs

Response

OK

idstring required

Company ID

scale_idstring required

Employee score scale ID

is_defaultboolean required

Default employee score scale

Example response

{
  "id": "1",
  "scale_id": "1",
  "is_default": true
}