I don't fully understand how to query events using the API. My goal is for me to specify a start and end date and only retrieve events for that time period. According to the documentation, I can only use created_before and created_after if I don't include a stream position. So, my initial request to the API includes a created_before and a created_after. However, the amount of events that are returned are larger than the limit... so my next request has to include a stream position... At that point... how do I stop getting results up to the date I want? If i include created_before, it will be ignored because I have to include the stream position?
I just don't get it 😞
