---
title: "Get a List of Talent Paychecks"
method: GET
path: "/v2/talent/paycheck/{applicantId}"
tags: ["Paychecks"]
---

# Get a List of Talent Paychecks

`GET /v2/talent/paycheck/{applicantId}`

Returns a list of paychecks for the specified talent.

## Path parameters

- `applicantId` string, required

## Query parameters

- `pageSize` string
- `pageNumber` string

## Headers

- `Tenant` string
- `FrontOfficeTenantId` integer
- `RequestId` string, uuid, required

## Response `200`

200 response

- PagedResultsOfTalentPayCheckV2
  - `totalCount` integer — The total number of items.
  - `results` TalentPayCheckV2[] — The paged results.
    - `paymentCheckGuid` string, guid — Globally unique identifier for the paycheck.
    - `checkNumber` string — The check number.
    - `checkDate` string, date-time — The date the check was issued.
    - `grossAmount` number — The total gross amount of pay for the check.
    - `netAmount` number — The total net amount of pay for the check.
    - `totalTaxes` number — The total dollar amount of taxes deducted from the paycheck.
    - `totalDeductions` number — The dollar amount of deductions taken out of check.
    - `isDirectDeposit` boolean — An indication of whether direct deposit was used for a check.
    - `ytdGross` number — The dollar amount of total pay earned by an employee when a check was filed.
    - `totalHours` number — The total number of hours worked by an employee during the date range.
  - `pageSize` integer — The number of items to be displayed on one page.
  - `currentPage` integer — The current page number.
  - `totalPages` integer — The total number of pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
