get https://v1.fastpix.io/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 metric's value at specific intervals.
Each data point contains the following fields:
- 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.