Returns an existing Actor Model in the domain of an owner identified by the apikey
Path: cs-ws/resources/admin/actormodel Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/actormodel/?actormodel_name=WaterValve
&apikey=1234 HTTP/1.1
HTTP/1.1 200 OK
<actormodel>
<attribute>
<name>Position</name>
<type>Number</type>
</attribute>
<config>
<displayname>Maximum</displayname>
<name>max</name>
</config>
<name>WaterValve</name>
</actormodel>