---
title: "wages"
method: GET
path: "/v{version}/companies/{id}/wages"
tags: ["Company"]
---

# wages

`GET /v{version}/companies/{id}/wages`

Returns a list of paginated employee wages for the company. Historical results limited to 1 year.<p>Scopes: export_payroll</p>

## Path parameters

- `id` string, required
- `version` string, required

## Query parameters

- `pay_group_id` string
- `employee_id` string
- `employee_start_id` string
- `employee_limit` integer

## Response `200`

OK

- 0PagedWrappedArrayEmployeeWage
  - `next_id` string — The id of the object next up after this set.
  - `data` DtosEmployeeWage[], required — An array containing the list of relevant objects.
    - `wage_id` string, required — The wage id.
    - `employee_id` string, required — The employee id.
    - `wage_start_date` string, required — The wage start date.
    - `wage_end_date` string — The wage end date.
    - `wage_type` 'Salary' | 'Hourly', required — The wage type.
    - `paycycle_periods` integer, required — The number of pay periods per year for the employee. Possible values are 1-52.
    - `overtime_is_exempt` boolean, required — False for overtime employees.
    - `rate_regular` number, double, required — The regularly paid rate for the employee. This amount represents the hourly rate for hourly employees and per pay period amount for salaried employees.
    - `rate_overtime` number, double, required — The overtime rate for the employee.
    - `category` 'Compensation' | 'Base + Bonus' | 'Base + Commission' | 'Base + Bonus + Commission' | 'Annual Contract' | 'W2 1 Year Average' | 'W2 2 Year Average' | 'W2 3 Year Average' | 'Custom', required
    - `last_modified` string, date-time, required — The date the record was last modified in Ease.
  - `error` string — Contains any error messages, if applicable.

---

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