API Request - Practice Info GET

For requests or help with our API
Post Reply
greg.merrill
Posts: 3
Joined: Thu Jul 07, 2022 9:48 am

API Request - Practice Info GET

Post by greg.merrill » Tue Jul 12, 2022 3:50 pm

The Practice Info seen below (with dummy data) when navigating the Open Dental UI via Setup > Practice, does not appear to be exposed by the API. Is there a specific query that I am missing to get this data?

It would be nice to be able to get this information, specifically at least the Name, Phone, and Physical Treating Address, so developers can have access to a backup address in case the practice has not set up the Clinics feature with clinic addresses.

Thanks!

Screen Shot 2022-07-12 at 3.41.35 PM.png
Screen Shot 2022-07-12 at 3.41.35 PM.png (938.35 KiB) Viewed 1518 times

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

Re: API Request - Practice Info GET

Post by SLeon » Tue Jul 12, 2022 4:01 pm

Yes, these data are stored as entries in our preference table and so you can retrieve them through the API with either Preferences GET or Queries PUT ShortQuery. The names of the preferences you are after are "PracticeTitle", "PracticePhone", and "PracticeAddress", respectively.

greg.merrill
Posts: 3
Joined: Thu Jul 07, 2022 9:48 am

Re: API Request - Practice Info GET

Post by greg.merrill » Tue Jul 12, 2022 4:04 pm

Oh that's beautiful - thanks for the quick response!!

Post Reply