With the FogBugz UI I can enter something like type:"wiki" edited:"yesterday" into the search box and get back a nice listing of the wiki articles that changed.
I'd like do this programmatically via the XML API (version 7) but am not quite sure how to proceed. The cmd=search seems like it could be a natural for general searching but the documentation leads me to believe it is more case oriented. On the other hand, the Wikis section of the API doesn't seem to have any search facilities at all.
Anyone had any luck getting wiki change information out of the API?