Thank you for the response, @panos!
Yes, my goal is to store historical data points for later consumption in the “Insights” section or for future analysis.
The API you mentioned is for consuming historical data, but I don’t see how I can use it to store data without modifying the main project.
In a previous post, @Rich mentioned that there is no HTTP Endpoint for storing historical data points: Add timeseries by Postman - #2 by Rich
The only issue I have is the “EVENT_OUTDATED” exception coded in the “AssetProcessingService.java” file that I mentioned above. Without that condition that restricts the storage of data prior to the last timestamp, I could store old data points without any issues.
Best regards!