---
title: "Get Talent Deductions"
method: GET
path: "/v1/talent-deduction/{talentGuid}"
tags: ["Talent"]
---

# Get Talent Deductions

`GET /v1/talent-deduction/{talentGuid}`

Returns a list of talent deductions for the specified talent. Transaction type names are masked for security/privacy reasons.

## Path parameters

- `talentGuid` string, required

## Query parameters

- `activeOnly` boolean

## Headers

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

## Response `200`

200 response

- TalentDeduction[]
  - `talentBenefitDeductionGuid` string, guid — A unique identifier for the talent benefit deduction, formatted as a GUID.
  - `deductionAmount` number, double, required — The amount to be deducted.
  - `deductionAmountType` 'Fixed' | 'PercentOfGross' | 'PercentOfNet'
  - `deductionStartDate` string, date-time, required — The start date for the deduction. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-01T14:30:00Z or 2024-12-01T14:30:00.1234567+00:00.
  - `deductionEndDate` string, date-time — The end date for the deduction. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-01T14:30:00Z or 2024-12-01T14:30:00.1234567+00:00.
  - `deductionPayCycle` 'Unknown' | 'Weekly' | 'BiWeekly' | 'Monthly' | 'SemiMonthly' | 'Daily' | 'Yearly' | 'Hourly', required
  - `referenceNumber` string — A reference number associated with the deduction.
  - `payPeriodLimit` number — The maximum deduction amount allowed per pay period. If no limit, then set to 0.
  - `monthlyLimit` number — The maximum deduction amount allowed per month. If no limit, then set to 0.
  - `yearlyLimit` number — The maximum deduction amount allowed per year. If no limit, then set to 0.
  - `lifeTimeLimit` number — The maximum deduction amount allowed over the lifetime of the deduction. If no limit, then set to 0.
  - `note` string — An optional note or comment related to the deduction.
  - `isActive` boolean — An indication of whether the deduction is active or not.
  - `isCourtOrdered` boolean — An indication of whether the deduction is the result of a court order.

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