"Duration" of X and / setting

For requests or help with our API
Post Reply
graham_mueller
Posts: 10
Joined: Fri Jan 19, 2024 10:57 am

"Duration" of X and / setting

Post by graham_mueller » Tue Feb 20, 2024 5:58 pm

In the desktop client, you can specify whether the system displays in 5/10/15 minute intervals. Is this setting exposed via the API? I'm not sure what name to search, and I haven't been able to find something that seems appropriately named.

ETA: Specifically, in the Open Dental desktop application, you can find this setting in Setup -> Appointments -> Appointment Views

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: "Duration" of X and / setting

Post by justine » Tue Feb 20, 2024 8:20 pm

graham_mueller wrote:
Tue Feb 20, 2024 5:58 pm
In the desktop client, you can specify whether the system displays in 5/10/15 minute intervals. Is this setting exposed via the API? I'm not sure what name to search, and I haven't been able to find something that seems appropriately named.

ETA: Specifically, in the Open Dental desktop application, you can find this setting in Setup -> Appointments -> Appointment Views
Good evening graham_mueller,

You can find out the minute interval by using GET preferences.

Code: Select all

https://api.opendental.com/api/v1/preferences?PrefName=AppointmentTimeIncrement
Thanks!

Post Reply