---
title: "Find hiring information"
method: GET
path: "/jobs/{jobId}/applications/{applicationId}/hiring-information"
tags: ["Applications"]
---

# Find hiring information

`GET /jobs/{jobId}/applications/{applicationId}/hiring-information`

Returns application hiring information.

## Path parameters

- `jobId` integer, required
- `applicationId` integer, required

## Response `200`

Hiring information

- HiringInformation
  - `hiringType` 'employee_admission' | 'employee_readmission' | 'employee_reintegration' | 'unrelated_worker_hiring' | 'internal_transfer', nullable — Type of candidate hiring
  - `hiringDate` string, date-time, nullable — Date of hiring
  - `jobVacancyCodeId` integer, nullable — Job vacancy code id that is been fulfilled by this hiring
  - `salary` number, double, nullable — Hiring salary
  - `salaryCurrencyType` 'R$' | '$' | '€' | '£', nullable — Hiring salary currency

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/revisions/3f26defa2a42/schema)
