Hi,
I’m trying to connect to a timeseries database using WEB API.
The TS DB should get a SQL query in the request body according to which a response is provided formed as a JSON.
When I use actual values (timestamps) in my SQL query the query goes through and I can see data coming in but when I use query parameters for parameterizing my start & end times I cannot seem to get the parameters values passed through>>>
.
I’ve attached a few screenshots. Most likely I’m not using appropriate syntax. Will appreciate any guidance.
thanks