I'd like to grab the sensor value, selected by channelid in json format:
api/table.xml?content=values&output=xml&columns=datetime,value_,coverage&id=123456&noraw=1&usecaption=true&count=10
returns the values of the channelids separately. I'd like to have this result in json format
api/table.xml?content=values&output=json&columns=datetime,value_,coverage&id=123456&noraw=1&usecaption=true&count=10
won't return the channel id (which i would like to filter by, I Don't want to filter the Json by Channel Caption but by ID)
Add comment