<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ReadOwner</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadOwner/</link><description>Recent changes to ReadOwner</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ReadOwner/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Sep 2012 08:43:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/ReadOwner/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage ReadOwner modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadOwner/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -16,16 +16,8 @@
 
 ~~~~~~
 GET http://localhost/cs-ws/resources/admin/owners/getOwner?apikey=99999 HTTP/1.1
-Accept-Encoding: gzip,deflate
-Accept: application/xml
-User-Agent: Jakarta Commons-HttpClient/3.1
-Host: localhost
 
 HTTP/1.1 200 OK
-Server: GlassFish Server Open Source Edition 3.1.2
-Content-Type: application/xml
-Content-Length: 172
-Date: Fri, 21 Sep 2012 19:42:17 GMT
 &lt;ownerEntity&gt;
    &lt;data&gt;
       &lt;apikey&gt;99999&lt;/apikey&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 08:43:40 -0000</pubDate><guid>https://sourceforge.net77e7c3488c06eb3e7c29c45be34938e9bf43ce47</guid></item><item><title>WikiPage ReadOwner modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/ReadOwner/</link><description>### Read a certain Owner ###

Returns data of an existing owner identified by the apikey

Path: cs-ws/resources/admin/owners/getOwner        Method: GET

Parameters

* apikey

Errors:

* 401 UNAUTHORIZED if key is invalid

Example

~~~~~~
GET http://localhost/cs-ws/resources/admin/owners/getOwner?apikey=99999 HTTP/1.1
Accept-Encoding: gzip,deflate
Accept: application/xml
User-Agent: Jakarta Commons-HttpClient/3.1
Host: localhost

HTTP/1.1 200 OK
Server: GlassFish Server Open Source Edition 3.1.2
Content-Type: application/xml
Content-Length: 172
Date: Fri, 21 Sep 2012 19:42:17 GMT
&lt;ownerEntity&gt;
   &lt;data&gt;
      &lt;apikey&gt;99999&lt;/apikey&gt;
      &lt;id&gt;test6&lt;/id&gt;
      &lt;name&gt;test6&lt;/name&gt;
   &lt;/data&gt;
   &lt;success&gt;true&lt;/success&gt;
&lt;/ownerEntity&gt;
~~~~~~
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 22 Sep 2012 07:57:16 -0000</pubDate><guid>https://sourceforge.net8abd44495c2d6f3e12fbf97257eeebf093f44663</guid></item></channel></rss>