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.
Example response
{
"id": 1,
"label": "USD",
"value": "USD"
}