Get all data points, potentially filtered by directory, business, rating...
The min publication date of the DataPoint as unix timestamp in milliseconds. The publication date (actionDate) is the date the content was published on the directory; for directories that report edits (e.g. Google) it moves to the most recent edit by the author. For API versions before 20210215 this parameter is interpreted as minThreadActionDate for backward compatibility
The max publication date of the DataPoint as unix timestamp in milliseconds. The publication date (actionDate) is the date the content was published on the directory; for directories that report edits (e.g. Google) it 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. To also match data points by owner-reply activity, combine with includeRepliedInDateRange
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. To also match data points by owner-reply activity, combine with includeRepliedInDateRange
When true, also returns data points whose owner reply was created or updated within the given date range, even if the data point itself falls outside it. Has an effect only when at least one date filter is supplied and the feature is enabled for your sales partner; contact support to enable it. Intended for incremental synchronization over bounded date ranges.
- https://uberall.com/apihttps://uberall.com/api/data-points
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/data-points
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/data-points?max=0&page=0&labels=string&countries=string&businessIds=string&locationIds=string&zip=string&dataPointTypes=%5BPHOTO%2C%20REVIEW%2C%20CHECKIN%5D&directoryTypes=string&ratings=string&read=true&replied=true&text=true&query=string&minActionDate=1514764800000&maxActionDate=1514764800000&minThreadActionDate=1514764800000&maxThreadActionDate=1514764800000&includeRepliedInDateRange=true&fieldMask=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Success
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "inbox": { … } } }