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
Errors:
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>