<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ReadActorModel</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadActorModel/</link><description>Recent changes to ReadActorModel</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ReadActorModel/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Sep 2012 20:34:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ReadActorModel/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage ReadActorModel modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadActorModel/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -12,7 +12,7 @@
 Errors:
 
 * 401 UNAUTHORIZED if key is invalid
-* 404 NOT FOUND if the sensor model is not found
+* 404 NOT FOUND if the actor model is not found
 
 Example
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 20:34:46 -0000</pubDate><guid>https://sourceforge.netada545cd08972f455076adaddd6b25261e9638ec</guid></item><item><title>WikiPage ReadActorModel modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadActorModel/</link><description>### Read a certain Actor Model ###

Returns an existing Actor Model in the domain of an owner identified by the apikey

Path: cs-ws/resources/admin/actormodel        Method: GET

Parameters

* apikey
* actormodel_name

Errors:

* 401 UNAUTHORIZED if key is invalid
* 404 NOT FOUND if the sensor model is not found

Example

~~~~~~
GET http://localhost/cs-ws/resources/admin/actormodel/?actormodel_name=WaterValve
&amp;apikey=1234 HTTP/1.1


HTTP/1.1 200 OK
&lt;actormodel&gt;
   &lt;attribute&gt;
      &lt;name&gt;Position&lt;/name&gt;
      &lt;type&gt;Number&lt;/type&gt;
   &lt;/attribute&gt;
   &lt;config&gt;
      &lt;displayname&gt;Maximum&lt;/displayname&gt;
      &lt;name&gt;max&lt;/name&gt;
   &lt;/config&gt;
   &lt;name&gt;WaterValve&lt;/name&gt;
&lt;/actormodel&gt;
~~~~~~
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 17:16:29 -0000</pubDate><guid>https://sourceforge.net6b745908c4cc59415606c0f8bb02e0171d66fc99</guid></item></channel></rss>