Menu

SensorPart

Jim

Read the Sensor Part of a Device Model

Returns the sensor part of an existing Device Model in the domain of an owner identified by the apikey. The sensor part includes the sensor model name

Path: cs-ws/resources/admin/devicemodel/sensorpar Method: GET

Parameters

  • apikey
  • devicemodel_name
  • sensor_name

Errors:

  • 401 UNAUTHORIZED if key is invalid
  • 404 NOT FOUND if the sensor part or the device model is not found

Example

GET http://localhost/cs-ws/resources/admin/devicemodel/sensorpart
?devicemodel_name=DM1&apikey=1234&sensor_name=Sensor1 HTTP/1.1

HTTP/1.1 200 OK
<sensor>
   <model>SM1</model>
   <name>Sensor1</name>
</sensor>

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.