seatgeek / api-support

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

Cancelled events #52

Closed robertkern closed 6 years ago

robertkern commented 6 years ago

Hi there,

Via the API, how do we know which events have been cancelled? The Seatgeek website seems to know that an event has been cancelled/expired, but unsure how to detect this via the API data.

Thanks!

robertkern commented 6 years ago

Nobody?

acslater00 commented 6 years ago

Hi Robert, we don't include cancelled events in our API response - you can use the absence of a particular event id (eg a 404 response from /events/<event-id> as an indication that the event has either been cancelled in real life or removed from seatgeek.

aasingla commented 4 years ago

Not getting the cancelled event in the next API feed is not helpful enough since it is a difficult comparison to make. It would be excellent if you could send across the cancelled events with a property that signifies that the event is cancelled.