alfio-event / alf.io

alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
https://alf.io
GNU General Public License v3.0
1.38k stars 344 forks source link

Event list api: add possibility to filter/search #966

Open syjer opened 3 years ago

syjer commented 3 years ago

The endpoint /api/v2/public/events (https://github.com/alfio-event/alf.io/blob/master/src/main/java/alfio/controller/api/v2/user/EventApiV2Controller.java#L98) should be able to filter by:

On the implementation side: expand eventManager.getPublishedEvents() with some kind of parameter object for filtering.

ved-asole commented 11 months ago

Hi @syjer, I can help on updating the current endpoint to take specific parameters to filter the data.