show/hide this revision's text 3 case filed

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

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

XML API: Any way to easily specify return all columns with a search command?

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