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

# Get Candidate Property value by id

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

Get Candidate Property value by its id.

## Response `200`

- 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` — with codes: * **CANDIDATE_PROPERTY_NOT_FOUND** when candidate property with given id does not exist, * **CANDIDATE_PROPERTY_VALUE_NOT_FOUND** when candidate property value with given id does not exist.

---

[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)
