Hello, I am James from Chicago. I am facing some problems. Since the API GET limit is 500, I am unable to get any newly added events (all of which start with the alphabetic letters U-Z). Of course, I have no way of knowing how many events I have actually saved, but the PHP count($events->results) returns 500. (which explains why some events are missing). Is there a method to run consecutive API GET calls to retrieve the following 500 events (501-1000), as 500 is the upper limit for optimizing back-end data retrieval? If not, can Constant Contact archive the 500 events being obtained from six years ago so that new events are available? By the way, the REST API is the only one where this issue occurs (which I use to create workshop sign-in sheets). The widgets on the Constant Contact website accurately display all the new events.
... View more