<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts in Filtering API requests | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:762:2134</guid>
      <title>Filtering API requests replied by Joshua Frappier @ Sat, 24 Oct 2009 16:53:32 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/762</link>
      <description>Each resource available from the Unfuddle API has its own set of query string parameters that will aid in filtering output. Some have many parameters (like ticket reports) and some have very few (like changesets).

There is currently no way to filter the /changesets resource with a &quot;conditions_string&quot; as you present in your example.

To best solve your problem, I would write a script that would query for recent project activity with a start date. This will return all activity on the project, which your script can then filter to only see commit information. An example API URL would be as follows:

&quot;https://mysubdomain.unfuddle.com/api/v1/projects/1/activity?start_date=2009/10/23&quot;

For more information about the project activity resource, please see:

http://unfuddle.com/docs/api/projects#project_activity</description>
      <pubDate>Sat, 24 Oct 2009 16:53:32 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:762:2130</guid>
      <title>Filtering API requests posted by jbartels @ Thu, 22 Oct 2009 18:23:32 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/762</link>
      <description>Trying to build out a script to help keep my team on track and keep my boss off our butts. I want to be able to get commits newer than a certain time, then my script will parse those commits and check to see that each commit has a ticket number in it. 

How can I build these query conditions? I am not seeing a document with those in it, if there is one can someone clue me in?

Example query -
https://mysubdomain.unfuddle.com/api/v1/repositories/4/changesets?conditions_string=created-at-gt-2009-10-21T00:00</description>
      <pubDate>Thu, 22 Oct 2009 18:23:32 UTC</pubDate>
      <author>jbartels</author>
    </item>
  </channel>
</rss>

