v1

latestOpenAPI 3.0.02026-08-063939255.2 KB
Candidate

Information on candidates

get/candidate

Query parameters

pageinteger
per_pageinteger
responsible_recruiter_idinteger
vacancy_idinteger
stage_idinteger
sourceinteger

(Deprecated) Not selected = 999, LinkedIn = 1, Work.ua = 2, Robota.ua = 3, GRC = 4, Dou.ua = 5, Djinni.co = 6, Inco.works = 7, Recruiter chats = 8, Recommendation = 9, Employee recomendation = 10, Corporate website = 11, Personal appeal = 12, other = 13, Facebook = 14, Recruitment agency = 15, Public vacancy = 16, SuperJob = 17, Habr Career = 18

vacancy_sourcesinteger

Not selected = 999, LinkedIn = 1, Work.ua = 2, Robota.ua = 3, GRC = 4, Dou.ua = 5, Djinni.co = 6, Inco.works = 7, Recruiter chats = 8, Recommendation = 9, Employee recomendation = 10, Corporate website = 11, Personal appeal = 12, other = 13, Facebook = 14, Recruitment agency = 15, Public vacancy = 16, SuperJob = 17, Habr Career = 18

Headers

tokenstring required

Api token

Response

ОК

errorboolean
codeinteger
messagesstring[]

Example response

{
  "result": {
    "current_page": 1,
    "data": [
      {
        "id": 10,
        "name": "Stepan Andriyovych",
        "source": 1,
        "position": "Team lead",
        "gender": 1,
        "current_positions": "Team lead",
        "wish_positions": "Team lead",
        "salary": {
          "min_salary": 1000,
          "max_salary": 1000,
          "currency_code": "USD"
        },
        "experience": {
          "experience_code": 10,
          "experience": "Up to 1 yr."
        },
        "work_types": [
          {
            "type": 2,
            "name": "Full-time"
          }
        ],
        "languages": [
          {
            "language_id": 2,
            "name": "es",
            "level": 2
          }
        ],
        "contacts": [
          {
            "type": 2,
            "value": "es"
          }
        ],
        "tags": [
          {
            "": "PHP"
          }
        ],
        "recommended": [
          {
            "id": 2,
            "name": "Andrej Afanas'evich"
          }
        ],
        "responsible_recruiters": [
          {
            "id": 2,
            "name": "Andrej Afanas'evich"
          }
        ],
        "vacancies": [
          {
            "id": 2,
            "stage_id": 2
          }
        ],
        "custom_properties": [
          {
            "id": 21,
            "name": "My block",
            "properties": [
              {
                "id": 21,
                "name": "My block",
                "type": "text"
              }
            ]
          }
        ]
      }
    ],
    "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
}