---
title: "Information on job openings"
method: GET
path: "/vacancy/{id}"
tags: ["Job opening"]
---

# Information on job openings

`GET /vacancy/{id}`

## Path parameters

- `id` integer, required

## Headers

- `token` string, required

## Response `200`

ОК

- VacancySingleResponse — Job opening data
  - `result` object
    - `id` integer
    - `name` string
    - `description` string
    - `demand` string
    - `addition` string
    - `responsibility` string
    - `working_conditions` string
    - `number_of_positions` integer
    - `residence` string
    - `hot_flag` integer
    - `published` integer
    - `status` integer — Open = 1, Pause = 2, Close = 3, In progress = 4, Canceled = 5
    - `work_types` object[]
      - `type` integer
      - `name` string
    - `salary` object[]
      - `from` integer
      - `to` integer
      - `currency` string
    - `responsible` object[]
      - `id` integer
      - `hashed_id` string
      - `name` string
    - `created_at` string — Date and time created (System's timezone)
    - `close_date` string — Date and time closed (System's timezone)
  - `error` boolean
  - `code` integer
  - `messages` string[]

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

[API](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints.md) · [All operations](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hurma/hurma-public-api-v1-endpoints/versions/c2e35a68e512/schema)
