<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Star, Subscribe, etc. in the API...</title>
  <link>http://www.activecollab.com/forums/topic/5335/</link>
  <description>Recent posts on topic: Star, Subscribe, etc. in the API...</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 11 Mar 2010 23:09:18 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/24359/#post24359</link>
    <guid>http://www.activecollab.com/forums/post/24359/#post24359</guid>
    <title>Post #9 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello Tim,<br />
<br />
Yes, you can add methods that are accessible through API by writing a custom module. Please check existing controllers (TicketsController in tickets module for example) to see how API calls are handled.</p>]]></description>
    <pubDate>Sat, 02 Jan 2010 19:46:06 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24357/#post24357</link>
    <guid>http://www.activecollab.com/forums/post/24357/#post24357</guid>
    <title>Post #8 by tim</title>
    <dc:creator>tim</dc:creator>
    <description><![CDATA[<p>Ilija,<br />
After looking through the API very briefly... To add further subscription and starring  functionality, or any other functionality to the api could most easliy be accomplished by creating a module... Becasue as it appears.. every module could be directly accessed through the api.. is this correct?<br />
 </p>]]></description>
    <pubDate>Sat, 02 Jan 2010 15:12:59 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24124/#post24124</link>
    <guid>http://www.activecollab.com/forums/post/24124/#post24124</guid>
    <title>Post #7 by BrooksBennett</title>
    <dc:creator>BrooksBennett</dc:creator>
    <description><![CDATA[<p>Can returning starred objects please be added to the API? This would be a great help.<br />
<br />
We would like to have an external user dashboard that shows what is assigned to a given user and the items they have starred.<br />
<br />
Out of curiosity...<br />
<br />
How could you know to unstar via the API if you do not know if something has or has not been starred already?</p>]]></description>
    <pubDate>Fri, 11 Dec 2009 15:01:00 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23773/#post23773</link>
    <guid>http://www.activecollab.com/forums/post/23773/#post23773</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Currently there's no way to list stared objects for a given user, or check if specific object is stared using activeCollab API.</p>]]></description>
    <pubDate>Thu, 19 Nov 2009 04:47:23 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23757/#post23757</link>
    <guid>http://www.activecollab.com/forums/post/23757/#post23757</guid>
    <title>Post #5 by rblalock</title>
    <dc:creator>rblalock</dc:creator>
    <description><![CDATA[<p>How about this question: <a href="http://www.activecollab.com/docs/manuals/developers/api/common-operations#star" target="_blank" rel="nofollow">&quot;Starring and subscribing is made available in the API&quot;</a>. But is there a way to return if something is starred? In other words, I'd like to show if an object is starred or not when loading all tasks, projects, etc. I didn't see a place for this but I might have missed it.<br />
<br />
Possible?  </p>]]></description>
    <pubDate>Wed, 18 Nov 2009 12:30:20 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23666/#post23666</link>
    <guid>http://www.activecollab.com/forums/post/23666/#post23666</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Yes, it's possible to grab XML - just use the link of the feed and you'll get XML that you can process.</p>]]></description>
    <pubDate>Fri, 13 Nov 2009 08:56:09 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23655/#post23655</link>
    <guid>http://www.activecollab.com/forums/post/23655/#post23655</guid>
    <title>Post #3 by rickblalock</title>
    <dc:creator>rickblalock</dc:creator>
    <description><![CDATA[<p>Regarding my suggestion above:<br />
It's possible to get the RSS feed (with the token passed) of all latest activity.  So I guess that functionality is already there eh?</p>]]></description>
    <pubDate>Thu, 12 Nov 2009 15:20:02 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23652/#post23652</link>
    <guid>http://www.activecollab.com/forums/post/23652/#post23652</guid>
    <title>Post #2 by rickblalock</title>
    <dc:creator>rickblalock</dc:creator>
    <description><![CDATA[<p>Here's a suggestion for the API in the future:<br />
<br />
It would be nice to have the summary / overview like when a user first logs in to the system and also the main project summary page.</p>]]></description>
    <pubDate>Thu, 12 Nov 2009 11:58:54 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/23651/#post23651</link>
    <guid>http://www.activecollab.com/forums/post/23651/#post23651</guid>
    <title>Post #1 by rickblalock</title>
    <dc:creator>rickblalock</dc:creator>
    <description><![CDATA[<p>Starring and subscribing is made available in the API (i.e. http://www.activecollab.com/docs/manuals/developers/api/common-operations#star).  But is there a way to return if something is starred?  In other words, I'd like to show if an object is starred or not when loading all tasks, projects, etc.  I didn't see a place for this but I might have missed it.<br />
<br />
Same goes for subscriptions.  Is there a way to show who's subscribed to an object?</p>]]></description>
    <pubDate>Thu, 12 Nov 2009 11:55:10 CST</pubDate>
  </item>
</channel>
</rss>