I am having a little issue implementing the REST API on groov view:
So from a browser URL line I can READ a value from my groov view data store.
But when I try to write to the groov view data store, exact same variable it
fails. I am using the exact commands as specified in “Building your first groov API request” on the opto developer website.
So here is my read command (which works) and the result:
command: https://10.3.1.40/api/v1/data-store/read/2021?api_key=[my api key]
result: {“id”:2021,“valueType”:“integerValue”,“value”:0,“timestamp”:1653927841853}
Here is my write command that doesn’t work and the result:
command: https://10.3.1.40/api/v1/data-store/write/2021?value=20&api_key=[my api key]
result: This 10.3.1.40 page can’t be found
No webpage was found for the web address: https://10.3.1.40/api/v1/data-store/write/2021?value=20&api_key=[my api key]
Any ideas? My groov view is running in AR-1 box