Page 1 of 1

Fetching appointments via API causing timeouts

Posted: Thu Dec 03, 2020 10:51 am
by rasheemo
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?

Image

Re: Fetching appointments via API causing timeouts

Posted: Fri Dec 04, 2020 5:33 am
by rochelle
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.