Page 1 of 1

API Request-Blockouts

Posted: Tue Feb 08, 2022 5:41 pm
by PBECKER
Hello Open Dental Team,

We're not finding any api reference to pull blockouts.

Request: Pull all details of blockouts that are on the schedule.

Could you kindly let us know if this request is approved or denied.

Thank you so much

Re: API Request-Blockouts

Posted: Thu Feb 10, 2022 9:21 am
by justine
Hello,

We will add this to our development list and discuss it at our next API meeting.

Thanks!

Re: API Request-Blockouts

Posted: Thu Feb 10, 2022 5:38 pm
by PBECKER
ok, please let us know as adding blockout's would greatly assist and enhance the Open Dental API.

Re: API Request-Blockouts

Posted: Mon Feb 14, 2022 9:54 am
by jordansparks
Yes, we will do this. It would be GET schedules.

Re: API Request-Blockouts

Posted: Wed Mar 16, 2022 1:03 pm
by SLeon
Schedules GET is complete. This method supports filtering by date(s), schedule type, or a specific provider, employee, or blockout.

This method will be available in 22.1.13, which is estimated to be released within the week. More information on Schedules GET can be found at https://www.opendental.com/site/apischedules.html.

Re: API Request-Blockouts

Posted: Fri Mar 25, 2022 3:35 am
by joergzastrau
Dear all,

is it possible to perform a GET operation based on ScheduleNum similar to the appointments module, e.g.

Code: Select all

GET /schedules/25888
?

Joerg

Re: API Request-Blockouts

Posted: Fri Mar 25, 2022 8:46 am
by SLeon
Yes, we can add specifying a ScheduleNum to Schedules GET.

Re: API Request-Blockouts

Posted: Fri Mar 25, 2022 9:22 am
by joergzastrau

Re: API Request-Blockouts

Posted: Fri Apr 08, 2022 3:58 pm
by SLeon
Schedules can now be retrieved by their primary key through the API with Schedules GET (single).

This is available in version 22.1.19. Please see https://www.opendental.com/site/apischedules.html for more information.