<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ActorPart</title><link>https://sourceforge.net/p/m2mlabs/wiki/ActorPart/</link><description>Recent changes to ActorPart</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ActorPart/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Sep 2012 19:15:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ActorPart/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage ActorPart modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ActorPart/</link><description>### Read the Actor Part of a Device Model ###

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

* apikey
* devicemodel_name
* actor_name

Errors:

* 401 UNAUTHORIZED if key is invalid
* 404 NOT FOUND if the actor part or the device model is not found

Example

~~~~~~
GET http://localhost/cs-ws/resources/admin/devicemodel/actorpart
?devicemodel_name=TemperatureDevice&amp;apikey=1234&amp;actor_name=Valve1 HTTP/1.1

HTTP/1.1 200 OK
&lt;actor&gt;
   &lt;model&gt;Valve&lt;/model&gt;
   &lt;name&gt;Valve1&lt;/name&gt;
&lt;/actor&gt;
~~~~~~
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 19:15:05 -0000</pubDate><guid>https://sourceforge.net0f399e4f7fbe0ca3890e34f81548a9fc12fe6804</guid></item></channel></rss>