Listing devices in a given Company Cloud API

Using the Cloud API, how can I get a list of devices listed in a company, I can get a device by ID but I need to know the deviceId how can I list all devices from a search method if there is any. If not possible does it means I need to create the device form my own SW and not through the web interface.

Hi Ian,

You can use this API. You can use the only filter to return the values you need. In this case, the deviceid and name are returned in the results.

GET https://octave-api.sierrawireless.io/v5.0/<account_name>/device/?only=id,name

Thanks David… I have tested and it works just fine…

Best regards

Ian