v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

Get specific data point choice

Return a specific data point choice.

get/v3/data_point_choices/{id}

Path parameters

idinteger required

Data point choice's ID

Example:1

Data point choice's ID

Response

Successfully retrieved data point choice.

idinteger required

Data point choice's ID

labelstring required
valuestring required
synonymsstring[] nullable
descriptionstring nullable

Example response

{
  "id": 1,
  "label": "USD",
  "value": "USD"
}