seatgeek / api-support

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

call url pagination - what is maximum `per_page` value ? #12

Closed gigmaps closed 8 years ago

gigmaps commented 8 years ago

trying to get a data dump of all events using the per_page value in the call url however the documentation doesn't give an idea of maximum for this value ?

what's the maximum value we can use for per_page ? what do you prefer ? lower per_page value higher call frequency ? ...or less calls with higher per_page value ?

eg in a previous discussion a value of 2000 was used as an example, but not defined as a limit: https://zohodiscussions.com/sgplatform/topic/data-dump-of-events

gigmaps commented 8 years ago

i notice that with a per_page=10000 we get the following response: {"status":400,"message":"page size too large. maximum 5000","meta":{"status":400}}

would be good if you could include this in the documentation and tell us if it's ever updated. thanks.

bfinamore commented 8 years ago

Sorry, moved my question to a new issue.