---
title: "Get employee pay statement details data for the specified year."
method: GET
path: "/v2/companies/{companyId}/employees/{employeeId}/paystatement/details/{year}"
tags: ["PayStatements"]
---

# Get employee pay statement details data for the specified year.

`GET /v2/companies/{companyId}/employees/{employeeId}/paystatement/details/{year}`

Get pay statement details API will return employee pay statement details data currently available in Web Pay for the specified year.

## Path parameters

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

## Query parameters

- `pagesize` integer
- `pagenumber` integer
- `includetotalcount` boolean
- `codegroup` string

## Response `200`

Successfully Retrieved

- PayStatementDetails[]
  - `amount` number, nullable — .<br />
  - `checkDate` string, paylocity-date, nullable — .<br />
  - `det` string, nullable — .<br />
  - `detCode` string, nullable — .<br />
  - `detType` string, nullable — .<br />
  - `eligibleCompensation` number, nullable — .<br />
  - `hours` number, nullable — .<br />
  - `rate` number, nullable — .<br />
  - `transactionNumber` integer — <br />
  - `transactionType` string, nullable — .<br />
  - `year` integer — .<br />

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The employee, specified year, or check date does not exist
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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