6

1

I'm writing a wrapper for the API and for the search command it requires you specify the column names. Is there a value I can use (like "*") to just return all available columns? Basically I'd like to be able to do this:

http://example.fogbugz.com/api.asp?cmd=search&q=foo&cols=*&token=dummy

Then if I wanted events/latestevent this (I left the commas unencoded for clarity):

http://example.fogbugz.com/api.asp?cmd=search&q=foo&cols=*,events&token=dummy
http://example.fogbugz.com/api.asp?cmd=search&q=foo&cols=*,latestEvent&token=dummy

Fog Creek Case FC1777974

flag
Currently this isn't possible, but I've opened a case for it – David Fullerton Oct 26 2009 at 17:02
Thanks. This will make deserializing to POCOs much more straightforward :) – John Sheehan Oct 26 2009 at 18:29
Was this ever implemented? – Mike Tangorre Jul 13 at 16:57

1 Answer

3

We have a case filed to consider adding this functionality in a future release. Please vote up the question here to show your support.

link|flag
Not sure if this will help, but Brett edited or created the case while I was out visiting you guys. – John Sheehan Dec 31 2009 at 6:41

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.