- DEPRECATED - Get Location's Data Point Statistics
Deprecated. Use GET /data-points/statistics instead.
Only consider data points published on the directory after that date, as unix timestamp in milliseconds; for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author. For API versions before 20210215 this parameter is interpreted as minThreadActionDate for backward compatibility
Only consider data points published on the directory before that date, as unix timestamp in milliseconds; for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author. For API versions before 20210215 this parameter is interpreted as maxThreadActionDate for backward compatibility
The min date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds. Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date
The max date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds. Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date
- https://uberall.com/apihttps://uberall.com/api/locations/{id}/datapoints/statistics
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/{id}/datapoints/statistics
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/locations/{id}/datapoints/statistics?dataPointTypes=%5BPHOTO%2C%20REVIEW%2C%20CHECKIN%5D&directoryTypes=string&ratings=string&minActionDate=string&maxActionDate=string&minThreadActionDate=1514764800000&maxThreadActionDate=1514764800000' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Success
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": [ { … } ] }