Returns an existing Command in the domain of an owner identified by the apikey
Path: cs-ws/resources/admin/command Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/command?device_name=TempDev2&
command_id=8&apikey=1234&actor_name=Valve1 HTTP/1.1
HTTP/1.1 200 OK
<command>
<activation_time>2012-08-31 21:56:54.036</activation_time>
<actor>Valve1</actor>
<execution_time>2012-08-31 21:56:58.036</execution_time>
<id>8</id>
<model>TemperatureDevice</model>
<name>TempDev2</name>
<parameter>
<name>WaterValve</name>
<value>2</value>
</parameter>
<status>Ok</status>
</command>