---
title: "List employee additional compensations"
method: GET
path: "/employees/{employee_id}/additional_compensations"
tags: ["Employees"]
---

# List employee additional compensations

`GET /employees/{employee_id}/additional_compensations`

List additional compensations for an employee

## Response `200`

OK

- object
  - `data` EmployeeAdditionalCompensation[]
    - `id` integer, required
    - `compensation_type` object, required
      - `id` integer, required
      - `name` string, required
    - `type` string, required
    - `description` string
    - `frequency` string, required
    - `amount` string, required
    - `currency_code` string, required
    - `starts_on` string, date, required
    - `ends_on` string, date
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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