---
title: "Get specific data point choice"
method: GET
path: "/v3/data_point_choices/{id}"
tags: ["Deprecated End Points"]
deprecated: true
---

# Get specific data point choice

`GET /v3/data_point_choices/{id}`

> **Deprecated.**

Return a specific data point choice.

## Path parameters

- `id` integer, required — Data point choice's ID

## Response `200`

Successfully retrieved data point choice.

- DataPointChoice
  - `id` integer, required — Data point choice's ID
  - `label` string, required
  - `value` string, required
  - `synonyms` string[], nullable
  - `description` string, nullable

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api-2.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api-2/versions/6772e50cb58e/schema)
