v1
latestOpenAPI 3.0.02026-08-063939255.2 KBJob opening
Information on job openings
get/vacancy
Query parameters
pageinteger
per_pageinteger
recruiter_idinteger
statusinteger
Open = 1, Pause = 2, Close = 3, In progress = 4, Canceled = 5
Headers
tokenstring required
Api token
Response
ОК
Example response
{
"result": {
"current_page": 1,
"data": [
{
"id": 10,
"name": "Backend developer",
"description": "Vacancy description",
"demand": "Vacancy 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,
"name": "Stepan Andriyovych"
}
],
"created_at": "2019-12-16 18:23:32",
"close_date": "2019-12-16 18:23:32"
}
],
"first_page_url": "https://hurma.work/api/path?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://hurma.work/api/path?page=1",
"next_page_url": "https://hurma.work/api/path?page=1",
"path": "https://hurma.work/api/path",
"per_page": 12,
"to": 4,
"total": 4
},
"code": 200
}