<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to zOGI</title><link>https://sourceforge.net/p/coils/wiki/zOGI/</link><description>Recent changes to zOGI</description><atom:link href="https://sourceforge.net/p/coils/wiki/zOGI/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Nov 2013 19:45:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/zOGI/feed" rel="self" type="application/rss+xml"/><item><title>zOGI modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/zOGI/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Tue, 19 Nov 2013 19:45:05 -0000</pubDate><guid>https://sourceforge.neta2443cf9e0d06fd5015ac96ad14efab4c7579c95</guid></item><item><title>zOGI modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/zOGI/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,8 +4,7 @@

 #The zOGI API

-The zOGI API is implemented in the coils.net.zogi.ZOGIAPI class.  And instance of this class is created and calls to zOGI API calls mapped to its methods.  This API is exposed via [RPC2] and [jsonrpc] protocol bundles.  [RPC2] provides the zOGI API via XML-RPC and [jsonrpc] provides the same API via JSON-RPC 1.1.
-__TBD__
+The zOGI API is implemented in the coils.net.zogi.ZOGIAPI class.  And instance of this class is created and calls to zOGI API calls mapped to its methods.  This API is exposed via [RPC2] and [jsonrpc] protocol bundles.  [RPC2] provides the zOGI API via XML-RPC and [jsonrpc] provides the same API via JSON-RPC 1.1.  zOGI API calls in either XML-RPC or JSON-RPC use the [Omphalos](wiki:Omphalos) form for entity representation and serialization.

 ##Methods

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Tue, 19 Nov 2013 19:43:52 -0000</pubDate><guid>https://sourceforge.net9304b2ebf32d4883afefdbd5771cbcccb67d8473</guid></item><item><title>zOGI modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/zOGI/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,8 +4,30 @@

 #The zOGI API

+The zOGI API is implemented in the coils.net.zogi.ZOGIAPI class.  And instance of this class is created and calls to zOGI API calls mapped to its methods.  This API is exposed via [RPC2] and [jsonrpc] protocol bundles.  [RPC2] provides the zOGI API via XML-RPC and [jsonrpc] provides the same API via JSON-RPC 1.1.
+__TBD__

-__TBD__
+##Methods
+
+   - [zogi.deleteObject]\(payload, flags={}\) - delete an object
+   - [zogi.flagFavorites]\(ids\) - mark objects as favorites
+   - [zogi.getAnchor]\(anchor\) - retrieve a synchronization anchor
+   - [zogi.getAuditEntries]\(floor\) - retrieve audit entries
+   - [zogi.getFavoritesByType]\(kind, detail\) - retrieve objects of a type which are flagged as favorites
+   - [zogi.getLoginAccount]\(detail=65535\) - retrieve the currently authenticated account
+   - [zogi.getNotifications]\(start, end\) - retrieve notifications pending between two datetimes
+   - [zogi.getObjectById]\(object_id, detail_level, flags = {}\) - retrieve an object by objectId
+   - [zogi.getObjectsById]\(object_ids, detail_level, flags={}\) - retrieve an array of objects by objectids
+   - [zogi.getObjectVersionsById]\(ids\) - retrieve the revision count of a specified array of objects
+   - [zogi.getSchedule]\(\) - retrieve the current workflow schedule
+   - [zogi.getTombstone]\(object_id\) - retrieve the tombstone of a specified object
+   - [zogi.getTypeOfObject]\(object_id\) - lookup the type of an object
+   - [zogi.listObjectsByType]\(kind, list_name\) - retrieve a named list of objects
+   - [zogi.listPrincipals]\(\) - retrieve the current list of security principals
+   - [zogi.putObject]\(payload\) - store an object, either create or update.
+   - [zogi.searchForObjects]\(kind, criteria, detail, flags=None\) - search for objects based upon criteria.
+   - [zogi.unflagFavorites]\(ids\) - remove favorite status from a specified set of objects.
+

 #Related Pages

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 05 Sep 2013 18:26:34 -0000</pubDate><guid>https://sourceforge.neta941a37de47e765678ced2060dc3df8bacc65ced</guid></item><item><title>zOGI modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/zOGI/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="alink" href="/p/coils/wiki/RoadMap/"&gt;[RoadMap]&lt;/a&gt; &lt;a class="" href="/p/coils/wiki/Clients/"&gt;Clients&lt;/a&gt; &lt;a class="" href="/p/coils/wiki/OpenGroupwareIntegrationEngine/"&gt;OIE&lt;/a&gt; &lt;a class="alink" href="/p/coils/wiki/QuickStart/"&gt;[QuickStart]&lt;/a&gt; &lt;a class="alink" href="/p/coils/wiki/Development/"&gt;[Development]&lt;/a&gt; &lt;a class="alink" href="/p/coils/wiki/Administration/"&gt;[Administration]&lt;/a&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-zogi-api"&gt;The zOGI API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#related-pages"&gt;Related Pages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="the-zogi-api"&gt;The zOGI API&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;TBD&lt;/strong&gt;&lt;/p&gt;
&lt;h1 id="related-pages"&gt;Related Pages&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="../wikiToDo-Speed"&gt;Make ToDo List Operations Faster&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Mon, 26 Aug 2013 12:59:16 -0000</pubDate><guid>https://sourceforge.netd8da5b515d8dde04e0d4b145578e9004607648c0</guid></item></channel></rss>