If I filter by passing a status="booked" param, I get the results just fine, but i'm trying to get all the appointments as a one time upload into our system. How do we increase the timeout on the API or what other way can we do this to prevent timeouts?
Fetching appointments via API causing timeouts
Re: Fetching appointments via API causing timeouts
We actively limit the results if they will take too long to retrieve. If you have a large number of appointments, we will time out instead of return them all. It is recommended that you limit them by some form of criteria and get them in batches based on those criteria instead.