Menu

DeviceList

Jim

List existing devices

Returns a list of existing devices

Path:cs-ws/resources/admin/devices Method: GET

Parameters

  • apikey
  • from ...start device number
  • limit ...maximum number of devices read

Errors:

  • 401 UNAUTHORIZED if key is invalid or not admin key

Example

GET http://localhost/cs-ws/resources/admin/devices?apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
<deviceDataListAdapterExt>
   <device>
      <model>TemperatureDevice</model>
      <name>Dev999</name>
   </device>
   <device>
      <model>MyDeviceModel</model>
      <name>Device1</name>
   </device>
   <success>true</success>
</deviceDataListAdapterExt>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.