-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathData Event.txt
17 lines (13 loc) · 963 Bytes
/
Data Event.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Event API returns everything -- it does not recognize start or limit. It does have a pageSize and pageNumber. Maybe those can be used?
Event API seems broken. Anything from 61 and beyond returns no data -- here is the result:
{
"total": "0",
"errors": [],
"data": [],
"dates": [],
"pagenumber": "61",
"pagesize": "10"
}
Event has SiteCode rather than ParkCode. It appears to be the same so could be used to go to related park? It also has ParkFullname so maybe that could be used?
The count of returns pages is 10 for everything up to and including a pageNumber of 59. At pageNumber 60, it returns only 6 pages. At pageNumber 61 and beyond, it returns 0 pages.
Event API uses pageSize (which defaults to 10 and corresponds to limit) and pageNumber (which defaults to 1 and corresponds to start). But I tried running through tester getting 20 pages at a time and it gets through the first 40 and then poops coming back with a null? Data.