v1

latestOpenAPI 3.0.02026-08-063939255.2 KB
Job opening

Information on job openings

get/vacancy/{id}

Path parameters

idinteger required

job opening id

Headers

tokenstring required

Api token

Response

ОК

errorboolean
codeinteger
messagesstring[]

Example response

{
  "result": {
    "id": 10,
    "name": "Backend developer",
    "description": "Job opening description",
    "demand": "Job opening demand",
    "addition": "Addition info",
    "responsibility": "Responsibility",
    "working_conditions": "Working conditions",
    "number_of_positions": 1,
    "residence": "Kharkiv",
    "hot_flag": 1,
    "status": 1,
    "work_types": [
      {
        "type": 1,
        "name": "Full time"
      }
    ],
    "salary": [
      {
        "from": 800,
        "to": 1200,
        "currency": "USD"
      }
    ],
    "responsible": [
      {
        "id": 2,
        "hashed_id": "GYy",
        "name": "Stepan Andriyovych"
      }
    ],
    "created_at": "2019-12-16 18:23:32",
    "close_date": "2019-12-16 18:23:32"
  },
  "code": 200
}