---
title: "Query Multiple Talent Job Summaries for Current Year"
method: POST
path: "/v1/talent/multi-query/job-summary"
tags: ["Talent"]
---

# Query Multiple Talent Job Summaries for Current Year

`POST /v1/talent/multi-query/job-summary`

Retrieves job summary details for talent records, with year-to-date totals calculated based on paycheck data from the current year.

## Headers

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

## Request body

- string[]

## Response `200`

200 response

- MultiQueryResultOfTalentJobSummaryAndGuid
  - `totalRequestedCount` integer — The total number of talent job summaries requested in the query.
  - `foundCount` integer — The number of talent job summaries found and returned.
  - `errorCount` integer — The number of talent job summaries that could not be retrieved due to errors.
  - `items` TalentJobSummary[] — Job summaries details.
    - `talentGuid` string, guid — The unique identifier for the talent, formatted as a GUID.
    - `paycheckSummariesByYearAndBranch` PaycheckYearSummary[] — An array of objects representing paycheck data grouped by year and branch.
      - `summaryTalentGuid` string, guid — The unique identifier for the talent, formatted as a GUID.
      - `summaryBranchGuid` string, guid — The unique identifier for the branch associated with the summary.
      - `summaryYear` integer — The year for which the summary totals are calculated.
      - `paycheckEmployerGuid` string, guid — The unique identifier for the employer associated with the paycheck data.
      - `hoursWorkedYTD` number — The total number of hours worked year-to-date by the talent.
      - `grossWagesYTD` number — The total gross wages earned year-to-date by the talent.
      - `grossPaidYTD` number — The total gross amount paid year-to-date to the talent.
      - `paidEmployeePlacementGuids` string[] — A list of placement identifiers for employee placements that received payment.
      - `paidContractPlacementGuids` string[] — A list of placement identifiers for contract placements that received payment.
    - `rehireDate` string, date-time — The date the talent was rehired. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `terminationDate` string, date-time — The date the talent's employment was terminated. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `hireDate` string, date-time — The date the talent was initially hired. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `firstPlacementGuid` string, guid — The unique identifier for the talent's first placement, formatted as a GUID.
    - `firstPlacementStartDate` string, date-time — The start date of the talent's first placement. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `latestPlacementGuid` string, guid — The unique identifier for the talent's latest placement, formatted as a GUID.
    - `latestPlacementStartDate` string, date-time — The start date of the talent's latest placement. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `firstPayrollCheckDate` string, date-time — The date of the talent's first payroll check. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
    - `latestPayrollCheckDate` string, date-time — The date of the talent's latest payroll check. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
  - `errors` MultiQueryErrorReasonOfGuid[] — Error details.
    - `key` string, guid — The unique identifier associated with the error.
    - `errorReason` string — The reason or description explaining the error.

## Other responses

- `207` — 207 response
- `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/revisions/846b33e4e71b/schema)
