---
title: "Query Multiple Web Applicants"
method: POST
path: "/v1/webapplicants/job/multi-query"
tags: ["Web Applicants"]
---

# Query Multiple Web Applicants

`POST /v1/webapplicants/job/multi-query`

Returns details about web applicants for the specified jobs.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Request body

- IntegerSchema[]

## Response `200`

A list of web applicants.

- ApiMultiWebApplicants[]
  - `talentId` integer — The identifier for the talent.
  - `jobId` integer — The identifier for the job.
  - `source` string — The name of the source of the web application.
  - `applyDate` string, date-time — The date when the talent applied for a job on the web.
  - `webApplicantId` integer — The identifier for the talent that applied for a job position on the web.
  - `declineDate` string, date-time, nullable — The date the web applicant was declined.
  - `applicantScore` number, double — The score that shows how good of a match an applicant is for a job.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `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
- `504` — Gateway Timeout

---

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