---
title: "Candidate information"
method: GET
path: "/candidate/{id}"
tags: ["Candidate"]
---

# Candidate information

`GET /candidate/{id}`

## Path parameters

- `id` integer, required

## Headers

- `token` string, required

## Response `200`

ОК

- CandidateSingleResponse — Candidate data
  - `result` ApiV1CandidateListResource — APIv1 Candidate resource
    - `id` integer
    - `name` string
    - `source` integer — not selected = 0, LinkedIn = 1, Work.ua = 2, Rabota.ua = 3, HeadHunter(HH) = 4, Dou.ua = 5, Djinni.co = 6, Inco.works = 7, Recruiter chats = 8, Recomendation = 9, Emploee recomendation = 10, Corporate website = 11, Personal appeal = 12, other = 13, Facebook = 14, Recruitment agency = 15, Public vacancy = 16, SuperJob = 17 Habr Career = 18
    - `position` string
    - `gender` integer — not selected = 0, Male = 1, Female = 2
    - `current_positions` string
    - `wish_positions` string
    - `salary` object
      - `min_salary` integer
      - `max_salary` integer
      - `currency_code` string
    - `experience` object
      - `experience_code` integer
      - `experience` string
    - `work_types` object[]
      - `type` integer
      - `name` string
    - `status_ids` integer[]
    - `blacklist` integer
    - `languages` object[]
      - `language_id` integer
      - `name` string
      - `level` integer
    - `contacts` object[]
      - `type` integer
      - `value` string
    - `tags` object[]
      - string
    - `recommended` object[]
      - `id` integer
      - `name` string
    - `responsible_recruiters` object[]
      - `id` integer
      - `name` string
    - `vacancies` object[]
      - `id` integer
      - `stage_id` integer
    - `custom_properties` ApiV1CandidateCustomPropertiesResourceItem[]
      - `id` integer
      - `name` string
      - `properties` union[]
        - union
          - ApiV1CandidateCustomPropertyResourceItemArray — Блок значения custom property
            - `id` integer
            - `name` string
            - `type` 'text' | 'number' | 'textarea' | 'select' | 'multiselect'
            - `value` union[], nullable
              - …
          - ApiV1CandidateCustomPropertyResourceItemString — Блок значения custom property
            - `id` integer
            - `name` string
            - `type` 'text' | 'number' | 'textarea' | 'select' | 'multiselect'
            - `value` string, nullable
          - ApiV1CandidateCustomPropertyResourceItemInteger — Блок значения custom property
            - `id` integer
            - `name` string
            - `type` 'text' | 'number' | 'textarea' | 'select' | 'multiselect'
            - `value` integer, nullable
  - `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)
