get
https://api.fastpix.io/v1/data/metrics//timeseries
This endpoint retrieves timeseries data for a specified metric, providing insights into how the metric values change over time. The response includes an array of data points, each representing the metrics value at specific intervals.
Key fields in response
- intervalTime: The timestamp for the data point indicating when the metric value was recorded.
- metricValue: The value of the specified metric at the given interval, reflecting the performance or engagement level during that time.
- numberOfViews: The total number of views recorded during that interval, providing context for the metric value.