seatgeek / api-support

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

Filter events modified or added since a certain time? #53

Closed pdxrlk closed 6 years ago

pdxrlk commented 6 years ago

What is the recommended way to query for events which have been added or modified since the last time I checked? I don't see any arguments which would help. Thanks.

josegonzalez commented 6 years ago

I believe you can query for created_at, but we don't have any method of searching updated_at. This is because pricing data changes pretty frequently, meaning that the updated_at field would change pretty often.

As an alternative, I suggest you download our entire index a few times a day and compare the dataset to wherever you are storing the records.

josegonzalez commented 6 years ago

Closing as I believe this was adequately answered.