Access device properties via http api

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:

https://console.thinger.io/swagger/index.html#/Devices/get_v3_users__user__devices__device__properties__property_

If you have a private host, you can also try the swagger there:

https://your_host/swagger/index.html

Hope it helps!