---
title: "Get All Local Taxes"
method: GET
path: "/v2/companies/{companyId}/employees/{employeeId}/localTaxes"
tags: ["Local Taxes"]
---

# Get All Local Taxes

`GET /v2/companies/{companyId}/employees/{employeeId}/localTaxes`

Returns all local taxes for the selected employee.

## Path parameters

- `companyId` string, required
- `employeeId` string, required

## Response `200`

Successfully retrieved

- LocalTax[]
  - `exemptions` number — Local tax exemptions value.<br />Decimal (12,2)
  - `exemptions2` number — Local tax exemptions 2 value.<br />Decimal (12,2)
  - `filingStatus` string — Employee local tax filing status. Must match specific local tax setup. <br /> Max length: 50
  - `residentPSD` string — Resident PSD (political subdivision code) applicable in PA. Must match Company setup.<br /> Max length: 9
  - `taxCode` string — Local tax code.<br />Max length: 50
  - `workPSD` string — Work location PSD. Must match Company setup. <br /> Max length: 9

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The employee does not exist
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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