---
title: "GET /api/companies/{id}/employee/top"
method: GET
path: "/api/companies/{id}/employee/top"
tags: ["api"]
---

# GET /api/companies/{id}/employee/top

`GET /api/companies/{id}/employee/top`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TopPerformer[], required
    - `employee` EmployeeWithoutCompanyDetails, required
      - `id` string, uuid
      - `name` string, required
      - `avatar_image` string, uri, nullable
      - `email` string, email, required
      - `slack_uid` string, nullable, required
      - `role` string, uuid, nullable
      - `company` string, uuid
      - `user` string, uuid
      - `is_admin` boolean
      - `is_manager` string
      - `points` integer
      - `level` string
    - `completed_percentage` integer
    - `completed_trainings` integer

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/revisions/2a72ba99e389/schema)
