Returns an existing Device Model in the domain of an owner identified by the apikey
Path: cs-ws/resources/admin/devicemodel Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/devicemodel/ ?devicemodel_name=MyTemperatureDeviceModel&apikey=1234 HTTP/1.1 HTTP/1.1 200 OK <devicemodel> <actor> <model>WaterValve</model> <name>position</name> </actor> <config> <displayname>Maximum Position</displayname> <name>maxpos</name> </config> <name>MyTemperatureDeviceModel</name> <sensor> <model>SimpleTemperatureSensorModel</model> <name>TemperatureSensor</name> </sensor> </devicemodel>