Hi Chris, Thanks very much, this should help a great deal.
Ta, Chris. On Mon, Dec 7, 2009 at 10:32 PM, Chris Radcliff <[email protected]> wrote: > Hi Chris, > > There's a not-so-much-documented 'include' argument you can pass into > /events/search: > > http://api.eventful.com/rest/events/search?app_key=test_key&location=San+Diego&sort_order=popularity&include=categories > > Some sections you can include: categories, links, tickets, and price. A > similar 'exclude' argument accepts: tz, venue, counts, performers, social. > Specify more than one by concatenating with commas: > > http://api.eventful.com/rest/events/search?app_key=test_key&location=San+Diego&sort_order=popularity&include=categories,price > > Let me know if you have any questions. > > Cheers, > ~chris > > On Dec 7, 2009, at 2:16 PM, Chris Haynes wrote: > >> Hi, >> >> I am developing an Android application that makes use of the Eventful >> API. When using the /events/search method with no category argument >> (i.e. searching for all categories of events), in the returned result >> set there is no indication as to which categories each event is >> classified under. Is there any plan to include this information? The >> only way I can see to do this is make a separate request to >> /events/get for each returned result as that method does include a >> category output parameter, but this is obviously much more inefficient >> as a separate request must be made for each event. >> >> Many thanks, >> >> Chris. >> > >
