GET stats/series/{period}/{fields}

openchannel.io:market

Summary: Return a timeseries for a particular field
Operation ID:
Auth: unknown
Description

Return a timeseries nested array containing date and value. Example: [[1406520000000,2],[1406606400000,34],[1406692800000,245],...]

Parameters (5)

end (integer, query, optional)

The end date for this series (in millis)

fields (string, path, required)

The field to be graphed. This also be a comma separated list of fields and the result will be a single timeseries containing the sum of all fields.

period (string, path, required)

The period for the series (day or month)

Constraints: {'enum': ['day', 'month']}

query (string, query, optional)

A query document. Example: {'developerId': '112'} matches all the apps that have the developer with id 112

start (integer, query, optional)

The start date for this series (in millis)

No probe data for this endpoint yet.