Custom Data Points
Get Custom Data Point
Retrieves a custom data point by its ID.
GET
/
custom-data-points
/
{id}
Path Parameters
id
string
requiredThe ID of the custom data point.
Response
200 - application/json
id
string
name
string
dataType
enum<string>
Available options:
text
, number
, boolean
, multiselect
modelType
enum<string>
Available options:
user
, action
description
string
Was this page helpful?