Get All Data Points
Get all data points, potentially filtered by directory, business, rating...
Query parameters
Used for pagination. Maximum number of results per page
The page number for pagination
Filter by location labels
The countries you want data points for. ISO 3166-1 alpha-2 codes
Ids of businesses you want data points for
The ids of the locations you want data points for
Only return inbox items for locations where zip starts with given parameter
Types of datapoints you want inbox items for
Directories you want inbox items for
Only return inbox items with a rating included in ratings
Only return data points that are read (true) or unread (false). If omitted, returns all.
Only show elements you have/you have not replied to
Only return data points with text or without
Filter by name
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.
The fields you want to include in the response
Response
Success