---
title: "Get candidate property by id"
method: GET
path: "/configuration/candidate-properties/{id}"
tags: ["configuration"]
---

# Get candidate property by id

`GET /configuration/candidate-properties/{id}`

Get candidate property details and its configuration by id.

## Response `200`

- CandidatePropertyDefinition
  - `id` string
  - `key` string
  - `label` string
  - `type` 'BOOLEAN' | 'COUNTRY' | 'CURRENCY' | 'DATE' | 'NUMBER' | 'PERCENT' | 'REGION' | 'TEXT' | 'USER' | 'SINGLE_SELECT'
  - `availability` CandidatePropertyAvailability
    - `toUsers` 'ALL' | 'FULL_ACCESS'
    - `context` string[]
    - `forOrgFields` CandidatePropertyFilter[]
      - `id` string
      - `values` CandidatePropertyFilterValues
        - `all` boolean
        - `content` string[]
      - `actions` Actions
  - `actions` Actions

## Other responses

- `404` — Candidate property not found

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
