API Request-Blockouts

For requests or help with our API
Post Reply
PBECKER
Posts: 129
Joined: Mon Jan 03, 2022 11:54 am

API Request-Blockouts

Post 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
justine
Posts: 356
Joined: Tue Dec 28, 2021 7:59 am

Re: API Request-Blockouts

Post by justine »

Hello,

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

Thanks!
PBECKER
Posts: 129
Joined: Mon Jan 03, 2022 11:54 am

Re: API Request-Blockouts

Post by PBECKER »

ok, please let us know as adding blockout's would greatly assist and enhance the Open Dental API.
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: API Request-Blockouts

Post by jordansparks »

Yes, we will do this. It would be GET schedules.
Jordan Sparks, DMD
http://www.opendental.com
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API Request-Blockouts

Post 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.
joergzastrau
Posts: 49
Joined: Sun Feb 27, 2022 2:53 am

Re: API Request-Blockouts

Post 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
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API Request-Blockouts

Post by SLeon »

Yes, we can add specifying a ScheduleNum to Schedules GET.
joergzastrau
Posts: 49
Joined: Sun Feb 27, 2022 2:53 am

Re: API Request-Blockouts

Post by joergzastrau »

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

Re: API Request-Blockouts

Post 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.
Post Reply