---
title: "Get list of data point choices"
method: GET
path: "/v3/data_point_choices"
tags: ["Deprecated End Points"]
deprecated: true
---

# Get list of data point choices

`GET /v3/data_point_choices`

> **Deprecated.**

Returns available choices for a specific enum data point.

## Query parameters

- `offset` integer
- `limit` integer
- `data_point` string, required — Uniquely identify a data point.
- `collection` string, required — Uniquely identify a collection.
- `search` string

## Response `200`

All matching data point choices.

- object
  - `count` integer, required — Number of items in results.
  - `next` string, nullable — URL to request next page of results.
  - `previous` string, nullable — URL to request previous page of results.
  - `results` DataPointChoice[], required
    - `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)
