How te get all resources under deive?

Hi,

I am new to thinger and exploring thinger. I have installed thinger server on my own server. How can I get all resource names of device using API call?

Do you mean by using the REST API? Do a GET request over:

/v2/users/{USER_ID}/devices/{DEVICE_ID}/api

If you have any doubt, you can use the developer console (i.e. from Chrome explorer) to see any REST API call done by your browser (the console is just a REST client).

Best.

1 Like