---
title: "Get a candidate custom field value"
method: GET
path: "/candidates/{candidate_id}/custom_fields/{custom_field_id}"
tags: ["Candidates"]
---

# Get a candidate custom field value

`GET /candidates/{candidate_id}/custom_fields/{custom_field_id}`

Get a single custom field value for a candidate.

## Path parameters

- `candidate_id` number, required
- `custom_field_id` number, required

## Response `200`

OK

- object
  - `id` number
  - `value` string
  - `_links` object
  - `_embedded` object

---

[API](https://skmtc.dev/catsone/apis/cats-api-v3.md) · [All operations](https://skmtc.dev/catsone/apis/cats-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/catsone/cats-api-v3/revisions/dedbbade450d/schema)
