Data Points
Get Data Points' time series
Returns time series of Data Points
get/data-points/timeseries
Query parameters
dataPointTypesstring[]
Types of datapoints you want inbox statistics for
directoryTypesstring[]
Directories you want data points time series for
businessIdsstring[]
Ids of businesses you want data points for
zipstring
Only return Data Points time series for locations where zip starts with given parameter
ratingsstring[]
Only return Data Points with a rating included in ratings
readboolean
Only show read/not read elements
repliedboolean
Only show elements you have/you have not replied to
countriesstring[]
The countries you want data points for. ISO 3166-1 alpha-2 codes
Response
Success
Example response
{
"response": {
"timeseries": [
{
"date": "string",
"datapoints": {
"REVIEW": 2,
"PHOTO": 1
}
}
]
}
}