Data Points
Get a Data Point
Get information about a single Data Point
get/data-points/{id}
Path parameters
idstring required
The uberall unique ID of the data point you want to retrieve
Response
Success
Example response
{
"response": {
"dataPoint": {
"secondaryData": "text content on instagram pictures",
"comments": [
{
"secondaryData": "text content on instagram pictures"
}
]
}
}
}