Hi team
It’s possible to request data of a device via a HTTP callback (awsplatform/user/devices/nodered_emulator/callback/data?project=exampleproject). Is it also possible to request device properties via the http api?
Thanks
Gus
Hi team
It’s possible to request data of a device via a HTTP callback (awsplatform/user/devices/nodered_emulator/callback/data?project=exampleproject). Is it also possible to request device properties via the http api?
Thanks
Gus
Hi @gus, yes, it is possible to query anything you see in the console. The console just request everything to the backend via API-REST.
Although it is not fully documented, you can take a look our swagger:
If you have a private host, you can also try the swagger there:
https://your_host/swagger/index.html
Hope it helps!