Unable to retrieve all current and future booking using bookings endpoint

I’m getting HTTP 400 error: “Required request parameter ‘fromBookingId’ for method parameter type String is not present” When calling: GET /v1/accounts/{accountId}/bookings?from=2025-12-02T00:00:00Z&to=2026-02-04T00:00:00Z Questions:

1. Is /v1/accounts/{accountId}/bookings the correct endpoint for date range queries?

2. What is the correct syntax to query bookings by date range (from/to)?

3. When was fromBookingId parameter made required?

4. What value should fromBookingId have for the first page of results?

5. Is there alternative endpoint documentation showing date range query examples?

@Michael Have you explored the query endpoint for bookings?
Link to documentation here. This should allow you to achieve what you are looking for. It was released earlier this year and allows for more customization for your queries and the ability to pull up to 500 records in one go.