---
title: "Get Candidate Property values"
method: GET
path: "/configuration/candidate-properties/{id}/values"
tags: ["configuration"]
---

# Get Candidate Property values

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

Lists all available values for given candidate property id. This endpoint is available only for SINGLE_SELECT candidate property type.

## Response `200`

- CandidatePropertyValueList
  - `totalFound` integer
  - `content` CandidatePropertyValue[]
    - `id` string, alphanumericAndDash
    - `label` string, value_label, required

## Other responses

- `400` — With code **CANDIDATE_PROPERTY_NOT_SINGLE_SELECT** when candidate property type is not SINGLE_SELECT
- `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/versions/449bdc2516c9/schema)
