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

# Information on job openings

`GET /vacancy`

## Query parameters

- `page` integer
- `per_page` integer
- `recruiter_id` integer
- `status` integer

## Headers

- `token` string, required

## Response `200`

ОК

- VacancyListResponse — Job openings data
  - `result` object
    - `current_page` integer
    - `data` 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
        - `name` string
      - `created_at` string — Date and time created (System's timezone)
      - `close_date` string — Date and time closed (System's timezone)
    - `first_page_url` string
    - `from` integer
    - `last_page` integer
    - `last_page_url` string
    - `next_page_url` string, nullable
    - `path` string, nullable
    - `per_page` integer
    - `prev_page_url` string, nullable
    - `to` integer
    - `total` integer
  - `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)
