---
title: "Get a List of Talent T4 Forms by Applicant ID"
method: GET
path: "/v1/talent/{applicantId}/T4s"
tags: ["Talent"]
---

# Get a List of Talent T4 Forms by Applicant ID

`GET /v1/talent/{applicantId}/T4s`

Returns a list of T4 forms for the specified talent.

## Path parameters

- `applicantId` string, required

## Headers

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

## Response `200`

200 response

- TalentT4[]
  - `supplierGuid` string, guid — The unique identifier for the staffing company (supplier), formatted as a UUID.
  - `taxYear` string — The taxation year Form T-4 is issued in.
  - `name` string — The name of the employer (staffing supplier).
  - `employmentIncome` number — Employment income which includes not only wages but also any vacation, bonuses, and taxable benefits, often a summary of several T4 boxes.
  - `cppContribution` number — The amount of Canada Pension Plan (CPP) contributions.
  - `eiPremium` number — The amount of EI premiums.
  - `incomeTax` number — Total amount deducted from the pay for income tax (Federal and Provincial).

## 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)
