But my response is always this:
{"id":"ed2037a3-30d6-4218-b0d8-9d2ac3be46dc","last_evaluated_key":null,"name":"4e45eb91-b235-4fe8-81af-91ee6012f97a","values":[]}
Looking at the documentation, there is a need for the 'ctx' value in the URL?
DevicesV2Timeseries timeseries devices_v2
GET device properties values in a range of time
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id The id of the device
* @param pid The id of the property
* @param optional nil or *DevicesV2TimeseriesOpts - Optional Parameters:
* @param "Limit" (optional.Int32) - The number of properties to select
* @param "Start" (optional.String) - The time at which to start selecting properties
@return ArduinoDevicev2propertyvalues
I think you are looking at the GO code and I was looking at the Python code. Since both versions are seeing the same behavior I guess we can assume it is a basic problem with the libraries.
I've started looking into alternatives...none of which are real good. I've been forced to manually download the data for now.