Returns the actor part of an existing Device Model in the domain of an owner identified by the apikey. The actor part includes the actor model name
Path: cs-ws/resources/admin/devicemodel/actorpart Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/devicemodel/actorpart
?devicemodel_name=TemperatureDevice&apikey=1234&actor_name=Valve1 HTTP/1.1
HTTP/1.1 200 OK
<actor>
<model>Valve</model>
<name>Valve1</name>
</actor>