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

# Get a List of Talent T4A Forms by Applicant ID

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

Returns a list of T4A forms for the specified talent.

## Path parameters

- `applicantId` string, required

## Headers

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

## Response `200`

200 response

- TalentT4A[]
  - `supplierGuid` string, guid — The globally inique identifier for the staffing company (supplier).
  - `taxYear` integer — The taxation year the form is issued in.
  - `name` string — The name of the employer (staffing supplier).

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