- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.
BramRausch wrote: I am looking at the rest API documentation but I can't seem to find a request that list all the values that a parameter had. Like adafruitIO has with the request: io.adafruit.com/api/feeds/moisture/data
I found this one cloud.iot-playground.com:40404/RestApi/v1.0/Parameter/Values but the example gives a response with multiple ID's is this the one I need or isn't this implemented at the moment?
Please Log in or Create an account to join the conversation.
EasyIoT wrote:
BramRausch wrote: I am looking at the rest API documentation but I can't seem to find a request that list all the values that a parameter had. Like adafruitIO has with the request: io.adafruit.com/api/feeds/moisture/data
I found this one cloud.iot-playground.com:40404/RestApi/v1.0/Parameter/Values but the example gives a response with multiple ID's is this the one I need or isn't this implemented at the moment?
Do you mean historical values for one parameter? This is not implemented right now. It always return last value.
Please Log in or Create an account to join the conversation.
BramRausch wrote:
EasyIoT wrote:
BramRausch wrote: I am looking at the rest API documentation but I can't seem to find a request that list all the values that a parameter had. Like adafruitIO has with the request: io.adafruit.com/api/feeds/moisture/data
I found this one cloud.iot-playground.com:40404/RestApi/v1.0/Parameter/Values but the example gives a response with multiple ID's is this the one I need or isn't this implemented at the moment?
Do you mean historical values for one parameter? This is not implemented right now. It always return last value.
Yes that was what I was looking for, thanks.
Please Log in or Create an account to join the conversation.