v

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0929353914.0 MB
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

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

Example response

{
  "response": {
    "timeseries": [
      {
        "date": "string",
        "datapoints": {
          "REVIEW": 2,
          "PHOTO": 1
        }
      }
    ]
  }
}