seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

Possible to filter by '"has_upcoming_events":true'? #82

Open tuckcodes opened 5 years ago

tuckcodes commented 5 years ago

I would like to filter this query by '"has_upcoming_events":true'

api.seatgeek.com/2/venues?state=ny

Is there a way to return venues WHERE has_upcoming_events = true?

I already tried: api.seatgeek.com/2/venues?state=ny&has_upcoming_events=true Returns 400.