<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ActorModelList</title><link>https://sourceforge.net/p/m2mlabs/wiki/ActorModelList/</link><description>Recent changes to ActorModelList</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ActorModelList/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Sep 2012 19:01:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ActorModelList/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage ActorModelList modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ActorModelList/</link><description>### List existing actor models ###

Returns a list of existing actor models

Path:cs-ws/resources/admin/actormodel/list        Method: GET

Parameters

* apikey

Errors:

* 401 UNAUTHORIZED if key is invalid or not admin key

Example

~~~~~~
GET http://localhost/cs-ws/resources/admin/actormodel/list?apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
&lt;actormodels&gt;
   &lt;actormodel&gt;
      &lt;attribute&gt;
         &lt;name&gt;Position&lt;/name&gt;
         &lt;type&gt;Boolean&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;
   &lt;success&gt;true&lt;/success&gt;
&lt;/actormodels&gt;
~~~~~~
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 19:01:28 -0000</pubDate><guid>https://sourceforge.net3f1b28aaf08feb691e6d9b743d35c0fbe01aa3ae</guid></item></channel></rss>