Returns an existing Sensor Model in the domain of an owner identified by the apikey
Path: cs-ws/resources/admin/sensormodel Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/sensormodel?sensormodel_name=NewSensorModel &apikey=1234 HTTP/1.1 HTTP/1.1 200 OK <sensormodel> <attribute> <name>Temperature</name> <type>Number</type> </attribute> <config> <displayname>Unit</displayname> <name>unit</name> </config> <config> <displayname>Maximum</displayname> <name>max</name> </config> <name>NewSensorModel</name> </sensormodel>