Order of webschedule slots

For requests or help with our API
Post Reply
rey
Posts: 2
Joined: Sat Jun 11, 2022 3:47 pm

Order of webschedule slots

Post by rey » Sun Aug 21, 2022 8:24 am

Hello,

In this request, does the API return the slots in order by start time, or is it random?
api/v1/appointments/SlotsWebSched?dateStart=2022-08-23&dateEnd=2022-11-29&defNumApptType=299&isNewPatient=true

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Order of webschedule slots

Post by SLeon » Mon Aug 22, 2022 8:07 am

The results for Appointments GET SlotsWebSched are ordered first by the start time of the time slot and then by operatory. However, we do not recommend using this method in most cases, as it requires the dental office to be signed up for our WebSched eServices and requires additional setup.

We recommend using Appointments GET Slots because it is available to use without any additional set up and exactly follows the Appointment Search logic within Open Dental. These results are also ordered by the start time of the time slot.

Post Reply